diff --git a/Makefile b/Makefile index 2ca7739..8f5146e 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + rm $(INSTALLPATH)/e6dl + +run: + @- go run src/*.go \ No newline at end of file