* Add some phony targets

This commit is contained in:
Michaël Van Canneyt 2023-07-25 13:00:27 +02:00 committed by Pierre Muller
parent a9eee6d7e0
commit 2be3903108

View File

@ -1,5 +1,13 @@
.PHONY: distclean clean install
all: Makefile.pkg all: Makefile.pkg
Makefile.pkg: Makefile.fpc Makefile.pkg: Makefile.fpc
fpmake -Tall -s -o 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.