all: clean build

clean:
	@-rm -rf build

build:
	-tsc -p ./tsconfig.json

run:
	cd build && node main