You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
235 B
11 lines
235 B
YML2_PATH=$(HOME)/src/pepbase/default/yml2
|
|
YML2_PROC=$(YML2_PATH)/yml2proc $(YML2_OPTS)
|
|
YML2_OPTS=--encoding=utf8
|
|
|
|
|
|
py_module.cc : gen_pybind.ysl2 cid_grammar.yml2
|
|
$(YML2_PROC) -y $< cid_grammar.yml2
|
|
|
|
clean:
|
|
echo -f $(YML2_MARKERS)
|
|
|
|
|