summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2ba8558..b355b9d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,7 @@
# $Id$
-CFLAGS+= -Wall
+DEBUG+= -Wall
PROG= tekilda
SRCS= tekilda.c tekplot.c
-OBJS= $(SRCS:.c=.o)
-$(PROG): $(OBJS)
-
-clean:
- @rm -f $(PROG) *.core core *.o
+.include <bsd.prog.mk>