From: ewt Date: Wed, 31 Jul 1996 16:53:33 +0000 (+0000) Subject: 1) added shared libs and objects to clean rule X-Git-Tag: v0-9~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=214916e995ca806ce60219cf5a60f0df69280852;p=thirdparty%2Fnewt.git 1) added shared libs and objects to clean rule 2) changed version to 0.2 --- diff --git a/Makefile b/Makefile index b5454d9..735c812 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LIBS = -L. -lnewt -lslang -lm #-lefence CFLAGS = -g -Wall -VERSION = 0.1 +VERSION = 0.2 PROGS = test OBJS = test.o @@ -44,7 +44,8 @@ veryclean: clean rm -f .depend clean: - rm -f $(PROGS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core + rm -f $(PROGS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core $(LIBNEWTSH) \ + $(SHAREDOBJS) depend: $(CPP) $(CFLAGS) -M $(SOURCES) > .depend