mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 22:18:41 +02:00
13 lines
215 B
Makefile
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.
|