Add GNUmakerules, GNUmakevars to distclean
This commit is contained in:
parent
0520500523
commit
247743c9dd
|
@ -14,7 +14,7 @@ clean:
|
|||
install: $(BINDIR)/shuffle
|
||||
|
||||
distclean: clean
|
||||
rm -f *.bak *.d
|
||||
rm -f *.bak *.d GNUmakerules GNUmakevars
|
||||
|
||||
GNUmakevars: GNUmakevars.sh
|
||||
sh ./$^ > $@
|
||||
|
|
Loading…
Reference in New Issue