From 02c846bd7ff7e91a43be6f6f9dea757a3669d7a0 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 3 Mar 2019 11:57:21 +0000 Subject: Makefile: Make tsc configurable, add clean and run rules --- config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 032e41d9..6d0dae0d 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,6 @@ # config.mk Makefile fragment to set custom variables. +TSC=tsc PYTHON=python3 BABEL=pybabel -- cgit v1.2.3