community-relations/Makefile

11 lines
117 B
Makefile
Raw Normal View History

2021-12-23 22:36:13 -05:00
all: clean build
clean:
@-rm -rf build
build:
-npx tsc -p ./tsconfig.json
run:
cd build && node main