Add GNUmakerules and GNUmakevars to distclean

This commit is contained in:
hjp 2016-07-05 20:19:48 +00:00
parent 712d3d1c9a
commit f052403e23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ clean:
rm -f $(TARGETS) *.bak core foo bar baz *.ps
distclean: clean
rm -f customize
rm -f customize GNUmakerules GNUmakevars
install: $(BINDIR) \
$(BINDIR)/apppath \