2
0
Michaël Van Canneyt 2 жил өмнө
parent
commit
f9d7e989e5

+ 9 - 1
packages/build/Makefile

@@ -1,5 +1,13 @@
+.PHONY: distclean clean install
+
 all: Makefile.pkg
 
 Makefile.pkg: Makefile.fpc
 	fpmake -Tall -s -o Makefile.pkg Makefile.fpc
-	
+
+distclean:
+	echo Nothing to do.
+clean:
+	echo Nothing to do.
+install:
+	echo Nothing to do.