fpc/utils/build/Makefile-no-regen
2024-06-14 15:13:31 +02:00

14 lines
217 B
Plaintext

.PHONY: distclean clean install
all: Makefile.pkg
Makefile.pkg: Makefile.fpc
fpcmake -Tall -s -o Makefile.pkg Makefile.fpc
distclean:
echo Nothing to do.
clean:
echo Nothing to do.
install:
echo Nothing to do.