@@ -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:
+install: