1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-13 17:25:34 +01:00

Add JS_DIR variable to Makefile

This commit is contained in:
Aleksandr Gumroian 2024-04-29 14:25:39 +02:00
parent 42fcc02d83
commit 46bd8edcea
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -11,6 +11,7 @@ MSGID_BUGS_ADDRESS="tech.support@turris.cz"
DEV_PYTHON=python3
VENV_NAME?=venv
JS_DIR=js
VENV_BIN=$(shell pwd)/$(VENV_NAME)/bin
.PHONY: all