diff --git a/packages/build/Makefile b/packages/build/Makefile index 8c08ef9397..cad5347b46 100644 --- a/packages/build/Makefile +++ b/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 - \ No newline at end of file + +distclean: + echo Nothing to do. +clean: + echo Nothing to do. +install: + echo Nothing to do. \ No newline at end of file