From c09ce72f73d1d61702f308092a1ba4077341f4c6 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 14 Feb 2020 23:15:17 -0800 Subject: [PATCH] how did clean get removed --- srm/Makefile.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srm/Makefile.in b/srm/Makefile.in index e19ea93..a7ea837 100644 --- a/srm/Makefile.in +++ b/srm/Makefile.in @@ -23,16 +23,15 @@ install: $(TARGET) install -m 0755 -d $(MANDIR)/man1 install -m 0444 $(TARGET).1 $(MANDIR)/man1/$(TARGET).1 +clean: + -rm -f .*.* *.core *.o *.html tags $(TARGET) $(OBJS) + -rm -rf $(TARGET)-$(VERSION) + -rm -f $(TARGET)-$(VERSION).tgz + uninstall: -rm -f $(PREFIX)/bin/$(TARGET) -rm -f $(MANDIR)/man1/$(TARGET).1 -lint: - -mkdir security - -rats -w 3 $(TARGET).[ch] > security/rats.out - -lint -fhrs $(TARGET).c > security/lint.out - -splint +posixlib $(TARGET).[ch] > security/splint.out - dist: clean -mkdir $(TARGET)-$(VERSION) -cp * $(TARGET)-$(VERSION)