community-relations/Makefile

11 lines
107 B
Makefile
Raw Normal View History

2021-03-19 21:23:38 -04:00
all: clean build
clean:
@-rm -rf build
build:
-npx tsc -p ./tsconfig.json
run:
cd build && node main