Closed slashformotion closed 1 year ago
if you want a simple makefile...
install: go get go build go install
I think only go install is required, the previous ones are already included in install:
Install compiles and installs the packages named by the import paths.
Feel free to open a PR :smiley:
Done in #14
if you want a simple makefile...