diff options
author | syn <isaqtm@gmail.com> | 2021-02-11 04:17:36 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-02-11 04:17:36 +0300 |
commit | 089c71ac47fde2d22432da7e91e332b8cfe384d7 (patch) | |
tree | 256b31bb67a3fdfe0b11afbbd8573491acd60b2f /src/makefile | |
parent | fe72c896a648cfff14bc1b606bcc486ccba0fc22 (diff) | |
download | tdlib-autogen-master.tar.gz |
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
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) |