mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Makefile
This commit is contained in:
parent
8f9cfccfbc
commit
4d30e67a43
1 changed files with 8 additions and 5 deletions
13
Makefile
13
Makefile
|
|
@ -1,16 +1,19 @@
|
|||
all: fpmake
|
||||
${CURDIR}/fpmake --verbose
|
||||
${CURDIR}/fpmake.com --verbose
|
||||
|
||||
clean: fpmake
|
||||
${CURDIR}/fpmake clean --verbose
|
||||
${CURDIR}/fpmake.com $@ --verbose
|
||||
ifeq (clean,$(lastword $(MAKECMDGOALS)))
|
||||
rm -f fpmake.com
|
||||
endif
|
||||
|
||||
plugins: fpmake
|
||||
${CURDIR}/fpmake plugins --verbose
|
||||
${CURDIR}/fpmake.com $@ --verbose
|
||||
|
||||
components: fpmake
|
||||
${CURDIR}/fpmake components --verbose
|
||||
${CURDIR}/fpmake.com $@ --verbose
|
||||
|
||||
fpmake:
|
||||
fpc fpmake.pp
|
||||
fpc fpmake.pp -ofpmake.com
|
||||
|
||||
.PHONY: all clean plugins components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue