* delete units on clean

This commit is contained in:
pierre 2001-09-14 21:38:52 +00:00
parent 644a6d4b11
commit 9958dba1f4
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/30]
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/13]
#
default: allexectests
override PATH:=$(subst \,/,$(PATH))
@ -852,9 +852,9 @@ endif
-rm -f *.tmp core
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
-rm -f ppas.sh ppas.bat gmon.out
$(MAKE) -C units clean
distclean: clean
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
$(MAKE) -C units clean
.PHONY: all full
all : allexectests
full : clean allexectests

View File

@ -138,10 +138,10 @@ endif
-rm -f *.tmp core
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
-rm -f ppas.sh ppas.bat gmon.out
$(MAKE) -C units clean
distclean: clean
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
$(MAKE) -C units clean
#
# Main rules