community-relations/Makefile

11 lines
107 B
Makefile
Raw Normal View History

2020-04-14 13:15:33 -04:00
all: clean build
clean:
@-rm -rf build
build:
2020-05-22 01:48:39 -04:00
-npx tsc -p ./tsconfig.json
2020-04-15 10:52:43 -04:00
run:
cd build && node main