* use cleanall for clean

This commit is contained in:
peter 2000-02-08 09:35:37 +00:00
parent fe4d62cf91
commit ecaa8cfee0
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.13 [2000/02/08]
# Makefile generated by fpcmake v0.99.13 [2000/02/07]
#
defaultrule: all
@ -1251,7 +1251,9 @@ endif
# Users rules
#####################################################################
.PHONY: gdb full fullgdb clean_compiler
.PHONY: gdb full fullgdb clean_compiler clean
clean: fpc_cleanall
fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)

View File

@ -53,7 +53,9 @@ endif
[rules]
.PHONY: gdb full fullgdb clean_compiler
.PHONY: gdb full fullgdb clean_compiler clean
clean: fpc_cleanall
fp$(EXEEXT): $(wildcard *.pas) $(wildcard *.inc)