community-relations/Makefile

11 lines
117 B
Makefile

all: clean build
clean:
@-rm -rf build
build:
-npx tsc -p ./tsconfig.json
run:
cd build && node main