From 0274af5fd0142ad4ba270e91abf606091252de83 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 5 May 2013 23:55:28 +0000 Subject: bsd style makefile --- Makefile | 8 ++------ 1 file 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 -- cgit v1.2.3