use HAXE_PATH in makefile
This commit is contained in:
parent
1b9009d8e3
commit
60b369fe27
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ debug: HAXE_FLAGS += -D webconsole --debug
|
|||||||
debug: build
|
debug: build
|
||||||
|
|
||||||
$(HAXE_PATH): $(shell find src -name '*.hx')
|
$(HAXE_PATH): $(shell find src -name '*.hx')
|
||||||
haxe build.hxml $(HAXE_FLAGS)
|
haxe build.hxml $(HAXE_FLAGS) --cmd "cp build/haxe.lua $(HAXE_PATH)"
|
||||||
|
|
||||||
$(MIN_PATH): $(POLYFILL_PATH)
|
$(MIN_PATH): $(POLYFILL_PATH)
|
||||||
node minify.js $(POLYFILL_PATH) $@
|
node minify.js $(POLYFILL_PATH) $@
|
||||||
|
Loading…
Reference in New Issue
Block a user