mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* Add some phony targets
This commit is contained in:
parent
2289c1f6a2
commit
f9d7e989e5
@ -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