bin.mk, exe.mk: Make debug target more convenient (not restarting exe any longer)

This commit is contained in:
Jan Lindemann 2005-12-09 10:21:47 +00:00 committed by Jan Lindemann
commit 494e0c9596
2 changed files with 4 additions and 4 deletions

View file

@ -5,5 +5,5 @@
all install:
clean distclean:
rm -f $(filter-out Makefile CVS,$(wildcard *))
rm -f $(filter-out Makefile CVS debug release,$(wildcard *))