all: clean build
clean:
@-rm -rf build
build:
-npx tsc -p ./tsconfig.json
run:
cd build && node main