Bläddra i källkod

* use cleanall for clean

peter 25 år sedan
förälder
incheckning
ecaa8cfee0
2 ändrade filer med 7 tillägg och 3 borttagningar
  1. 4 2
      ide/text/Makefile
  2. 3 1
      ide/text/Makefile.fpc

+ 4 - 2
ide/text/Makefile

@@ -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)
 

+ 3 - 1
ide/text/Makefile.fpc

@@ -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)