]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
clean should remove testobjs
authorewt <ewt>
Mon, 14 Apr 1997 15:53:55 +0000 (15:53 +0000)
committerewt <ewt>
Mon, 14 Apr 1997 15:53:55 +0000 (15:53 +0000)
Makefile

index 438e64bb985e7ce596f2d39ffc6002caacf0b342..bb86303e25548a3a3e31a0f4a2cfc2708c5c1dab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ veryclean: clean
        rm -f .depend
 
 clean:
-       rm -f $(PROGS) $(NDIALOGOBJS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core $(LIBNEWTSH)  \
+       rm -f $(PROGS) $(NDIALOGOBJS) $(TESTOBJS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core $(LIBNEWTSH)  \
                $(SHAREDOBJS) *.so*
 
 depend: