Add a clean recipe for removing tsbuild stuff

This commit is contained in:
Oliver Akins 2022-08-14 13:51:27 -06:00
parent f68b60d14c
commit c2c767697a
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -11,7 +11,7 @@ OUT_DIR = dist
BIN := $(shell $(PACKAGE_MANAGER) bin) BIN := $(shell $(PACKAGE_MANAGER) bin)
.PHONY: $(OUT_DIR) dev prod run interfaces .PHONY: $(OUT_DIR) dev prod run interfaces clean
$(OUT_DIR): $(OUT_DIR):
@ -33,3 +33,6 @@ rund:
run: run:
NODE_ENV=production $(NODE) $(OUT_DIR)/main.js NODE_ENV=production $(NODE) $(OUT_DIR)/main.js
clean:
rm -rf dist/ tsconfig.tsbuildinfo