add makefile subcommand to run project

merge-requests/4/merge
Matthew 2020-04-15 10:52:43 -04:00
parent d3ef6204b4
commit 6a95ad10e5
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ clean:
build:
tsc -p ./tsconfig.json
run:
cd build && node main