From: ewt Date: Mon, 14 Apr 1997 15:53:55 +0000 (+0000) Subject: clean should remove testobjs X-Git-Tag: v0-9~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266412cf74a68fe18764b5f1f37295161fedfb09;p=thirdparty%2Fnewt.git clean should remove testobjs --- diff --git a/Makefile b/Makefile index 438e64b..bb86303 100644 --- 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: