aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 219787b..12b8152 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,10 @@
## SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
## SPDX-License-Identifier: GPL-3.0-or-later
-OUT_JS= \
- vfs/vfs.js
+.PHONY: all watch
-.PHONY: all
-all: $(OUT_JS)
+all:
tsc --outDir .
-.PHONY: watch
watch:
tsc --outDir . --watch