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