sort and filter collocations

This commit is contained in:
2020-08-25 16:24:11 +02:00
parent 04c8bc1471
commit 8802a09c9c
2 changed files with 6 additions and 3 deletions

View File

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