summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-02-11 04:17:36 +0300
committersyn <isaqtm@gmail.com>2021-02-11 04:17:36 +0300
commit089c71ac47fde2d22432da7e91e332b8cfe384d7 (patch)
tree256b31bb67a3fdfe0b11afbbd8573491acd60b2f /src/makefile
parentfe72c896a648cfff14bc1b606bcc486ccba0fc22 (diff)
downloadtdlib-autogen-089c71ac47fde2d22432da7e91e332b8cfe384d7.tar.gz
More files from new generatorHEADmaster
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 4899cc2..79b4489 100644
--- a/src/makefile
+++ b/src/makefile
@@ -9,7 +9,7 @@ core: venv
$(PYTHON) generate.py --target targets/core.json | rustfmt > core.rs
messaging: venv
- $(PYTHON) generate.py | rustfmt > messaging.rs
+ $(PYTHON) generate.py --target targets/messaging.json | rustfmt > messaging.rs
venv:
[ -d $(VENV) ] || (python3 -m venv $(DEFAULT_ENV) && VIRTUAL_ENV=$(VENV) $(VENV)/bin/pip install lark-parser)