mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:09:11 +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
|
all: Makefile.pkg
|
||||||
|
|
||||||
Makefile.pkg: Makefile.fpc
|
Makefile.pkg: Makefile.fpc
|
||||||
fpmake -Tall -s -o 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