mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 11:37:14 +01:00
* use cleanall for clean
This commit is contained in:
parent
fe4d62cf91
commit
ecaa8cfee0
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user