aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 22154f1..6771891 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
# $Id$
-PROG= telejet
-SRCS= telejet.c crc16.c
CFLAGS+= -ggdb -Wall
-NOMAN=
-.include <bsd.prog.mk>
+telejet: telejet.c crc16.c
+ $(CC) $(CFLAGS) -o $@ $?
+
+clean:
+ rm -rf *.o *.core core telejet