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

@ -31,4 +31,7 @@ install: build
@echo "e6dl was installed to $(INSTALLPATH)/e6dl. Run make uninstall to get rid of it, or just remove the binary yourself."
uninstall:
rm $(INSTALLPATH)/e6dl
rm $(INSTALLPATH)/e6dl
run:
@- go run src/*.go