Makefile transcrypt call

pull/3/head
Luka Kavčič 4 years ago
parent aca8093ab3
commit bfad8e3b06

@ -31,7 +31,7 @@ all: build
build: copy $(CSS_FILE) bundle.js local.js
transcrypt: $(RES_PY_FILE) $(TS_BUILD)
python3 -m transcrypt $(TS_FLAGS) $<
transcrypt $(TS_FLAGS) $<
bundle.js: transcrypt $(CONV_FILE)
cd ..; browserify $(BR_FLAGS) build/$(TS_BUILD)/main.js -o build/bundle.js

Loading…
Cancel
Save