summaryrefslogtreecommitdiff
path: root/other/telnetfp-0.1.2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'other/telnetfp-0.1.2/Makefile')
-rw-r--r--other/telnetfp-0.1.2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/other/telnetfp-0.1.2/Makefile b/other/telnetfp-0.1.2/Makefile
new file mode 100644
index 0000000..af37834
--- /dev/null
+++ b/other/telnetfp-0.1.2/Makefile
@@ -0,0 +1,10 @@
1CC = g++
2CFLAGS = -g -O2 -I. #-lsocket -lnsl
3
4all: telnetfp
5
6telnetfp:
7 $(CC) $(CFLAGS) -o telnetfp telnetfp.cpp
8
9clean:
10 @rm -rf telnetfp