mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 22:09:16 +02:00
* Add some phony targets
This commit is contained in:
parent
a9eee6d7e0
commit
2be3903108
@ -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.
|
Loading…
Reference in New Issue
Block a user