* Add some phony targets

This commit is contained in:
Michaël Van Canneyt 2023-07-25 13:00:27 +02:00
parent 2289c1f6a2
commit f9d7e989e5

View File

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