DucNg / fip-player

FIP client with metadata
Do What The F*ck You Want To Public License
5 stars 3 forks source link

What would be the requirements for the makefile ? #11

Closed slashformotion closed 1 year ago

slashformotion commented 1 year ago

if you want a simple makefile...

install:
    go get
    go build
    go install
DucNg commented 1 year ago

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:

DucNg commented 1 year ago

Done in #14