add run task to makefile
This commit is contained in:
parent
faa2a54a34
commit
2b8ca2a74d
5
Makefile
5
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."
|
@echo "e6dl was installed to $(INSTALLPATH)/e6dl. Run make uninstall to get rid of it, or just remove the binary yourself."
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(INSTALLPATH)/e6dl
|
rm $(INSTALLPATH)/e6dl
|
||||||
|
|
||||||
|
run:
|
||||||
|
@- go run src/*.go
|
Loading…
Reference in New Issue