Add GNUmakerules and GNUmakevars to distclean
This commit is contained in:
parent
712d3d1c9a
commit
f052403e23
|
@ -10,7 +10,7 @@ clean:
|
||||||
rm -f $(TARGETS) *.bak core foo bar baz *.ps
|
rm -f $(TARGETS) *.bak core foo bar baz *.ps
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f customize
|
rm -f customize GNUmakerules GNUmakevars
|
||||||
|
|
||||||
install: $(BINDIR) \
|
install: $(BINDIR) \
|
||||||
$(BINDIR)/apppath \
|
$(BINDIR)/apppath \
|
||||||
|
|
Loading…
Reference in New Issue