diff options
Diffstat (limited to 'other/telnetfp-0.1.2/Makefile')
| -rw-r--r-- | other/telnetfp-0.1.2/Makefile | 10 |
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 @@ | |||
| 1 | CC = g++ | ||
| 2 | CFLAGS = -g -O2 -I. #-lsocket -lnsl | ||
| 3 | |||
| 4 | all: telnetfp | ||
| 5 | |||
| 6 | telnetfp: | ||
| 7 | $(CC) $(CFLAGS) -o telnetfp telnetfp.cpp | ||
| 8 | |||
| 9 | clean: | ||
| 10 | @rm -rf telnetfp | ||
