]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
clean target should remove whiptail objects
authorewt <ewt>
Tue, 18 Mar 1997 15:31:35 +0000 (15:31 +0000)
committerewt <ewt>
Tue, 18 Mar 1997 15:31:35 +0000 (15:31 +0000)
Makefile

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