mesh/Makefile

10 lines
75 B
Makefile
Raw Permalink Normal View History

2021-09-24 08:20:39 +00:00
.PHONY: all
all:
rm -rf lib
tsc
.PHONY: run
run: all
node lib/test.js