mesh/Makefile
2021-09-24 03:20:39 -05:00

10 lines
75 B
Makefile

.PHONY: all
all:
rm -rf lib
tsc
.PHONY: run
run: all
node lib/test.js