Files
mesh/Makefile

10 lines
75 B
Makefile
Raw Permalink Normal View History

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