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