community-relations/Makefile

11 lines
102 B
Makefile
Raw Normal View History

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