]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
1) added shared libs and objects to clean rule
authorewt <ewt>
Wed, 31 Jul 1996 16:53:33 +0000 (16:53 +0000)
committerewt <ewt>
Wed, 31 Jul 1996 16:53:33 +0000 (16:53 +0000)
2) changed version to 0.2

Makefile

index b5454d998fab0a97b4a37e0cb2b5e190350da793..735c812226d1cb777a06832018cd9de1853cd5df 100644 (file)
--- 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