diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |
