From a798d320563a1f9061a572e2b00537b38e34c4f0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 20 Apr 2022 17:00:07 +0700 Subject: all: simplify Makefile --- Makefile | 7 ++----- 1 file 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 ## 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 -- cgit v1.3