-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile for Dunner #22
Milestone
Comments
championballer
added a commit
to championballer/Dunner
that referenced
this issue
Jan 22, 2019
championballer
added a commit
to championballer/Dunner
that referenced
this issue
Jan 26, 2019
…s to make install for dependencies and make for software
championballer
added a commit
to championballer/Dunner
that referenced
this issue
Jan 26, 2019
…d its recipe in install instead
@agentmilindu Let's close this? :") |
agentmilindu
added a commit
that referenced
this issue
Feb 21, 2019
agentmilindu
added a commit
that referenced
this issue
Feb 21, 2019
agentmilindu
added a commit
that referenced
this issue
Feb 21, 2019
agentmilindu
added a commit
that referenced
this issue
Feb 21, 2019
agentmilindu
pushed a commit
that referenced
this issue
Feb 26, 2019
agentmilindu
pushed a commit
that referenced
this issue
Feb 26, 2019
…nstall for dependencies and make for software
agentmilindu
added a commit
that referenced
this issue
Mar 21, 2019
agentmilindu
added a commit
that referenced
this issue
Mar 21, 2019
[#22] Improve Makefile, add better versions cmd
Completed with #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a Makefile for doing the following,
make
=dep ensure
make install
=go install -ldflags '-s'
make test
=go test -v ./...
The text was updated successfully, but these errors were encountered: