how did clean get removed

This commit is contained in:
Kyle Isom 2020-02-14 23:15:17 -08:00
parent 81f4a77333
commit c09ce72f73
1 changed files with 5 additions and 6 deletions

View File

@ -23,16 +23,15 @@ install: $(TARGET)
install -m 0755 -d $(MANDIR)/man1 install -m 0755 -d $(MANDIR)/man1
install -m 0444 $(TARGET).1 $(MANDIR)/man1/$(TARGET).1 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: uninstall:
-rm -f $(PREFIX)/bin/$(TARGET) -rm -f $(PREFIX)/bin/$(TARGET)
-rm -f $(MANDIR)/man1/$(TARGET).1 -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 dist: clean
-mkdir $(TARGET)-$(VERSION) -mkdir $(TARGET)-$(VERSION)
-cp * $(TARGET)-$(VERSION) -cp * $(TARGET)-$(VERSION)