From: ewt Date: Tue, 18 Mar 1997 15:31:35 +0000 (+0000) Subject: clean target should remove whiptail objects X-Git-Tag: v0-9~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f68809dd7eb09ab2283922a0ef37aa3409f8ede;p=thirdparty%2Fnewt.git clean target should remove whiptail objects --- diff --git a/Makefile b/Makefile index aed5ca0..438e64b 100644 --- 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: