collocation-structure-fix #3

Closed
lkavcic wants to merge 5 commits from collocation-structure-fix into mt-homonymy-support
Showing only changes of commit bfad8e3b06 - Show all commits

View File

@ -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