diff --git a/Makefile b/Makefile index 90e5352..b44d381 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ clean: build: tsc -p ./tsconfig.json + +run: + cd build && node main