fpc/utils/build/Makefile
Michaël Van Canneyt 37a4446393 * Use single Makefile
2023-07-25 15:07:59 +02:00

13 lines
215 B
Makefile

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