Add a `run` target for making the app go

This commit is contained in:
R. Tyler Croy 2018-09-09 18:10:54 -07:00
parent 8f75f66a3d
commit 631aa193fc
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@ watch:
watch-compile:
tsc -w
.PHONY: all depends build clean check watch
run: build
nodemon build/
.PHONY: all depends build clean check watch run
# vim: set et