Makefile transcrypt call
This commit is contained in:
parent
aca8093ab3
commit
bfad8e3b06
|
@ -31,7 +31,7 @@ all: build
|
||||||
build: copy $(CSS_FILE) bundle.js local.js
|
build: copy $(CSS_FILE) bundle.js local.js
|
||||||
|
|
||||||
transcrypt: $(RES_PY_FILE) $(TS_BUILD)
|
transcrypt: $(RES_PY_FILE) $(TS_BUILD)
|
||||||
python3 -m transcrypt $(TS_FLAGS) $<
|
transcrypt $(TS_FLAGS) $<
|
||||||
|
|
||||||
bundle.js: transcrypt $(CONV_FILE)
|
bundle.js: transcrypt $(CONV_FILE)
|
||||||
cd ..; browserify $(BR_FLAGS) build/$(TS_BUILD)/main.js -o build/bundle.js
|
cd ..; browserify $(BR_FLAGS) build/$(TS_BUILD)/main.js -o build/bundle.js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user