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