From 46bd8edcea51982039b54de6f4939ec8c4c6376c Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 29 Apr 2024 14:25:39 +0200 Subject: [PATCH] Add JS_DIR variable to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c8aacdd..77e51c1 100644 --- a/Makefile +++ b/Makefile @@ -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