summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-05-05 23:55:28 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-05-05 23:55:28 +0000
commit0274af5fd0142ad4ba270e91abf606091252de83 (patch)
treec6c885087f78774a7383a5ad472d5dccf4eb0f65
parent846de8d8d55fb0b5b20e9743d20f77c21b029f1f (diff)
bsd style makefile
-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>