gen_json.py needs a bit more work

This commit is contained in:
2019-02-26 00:22:15 +01:00
parent 66c43b3d19
commit bcaf226b9e
3 changed files with 50 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
.PHONY: tsv_files srl_tagged_files
.PHONY: tsv_files srl_tagged_files json_files env
all: srl_tagged_files
all: json_files
json_files: srl_tagged_files
json_files: #TODO srl_tagged_files
cd tools; python3 gen_json.py
srl_tagged_files: tsv_files