add run task to makefile

This commit is contained in:
TJ Horner 2019-02-28 16:58:48 -08:00
parent faa2a54a34
commit 2b8ca2a74d
1 changed files with 4 additions and 1 deletions

View File

@ -32,3 +32,6 @@ install: build
uninstall: uninstall:
rm $(INSTALLPATH)/e6dl rm $(INSTALLPATH)/e6dl
run:
@- go run src/*.go