Skip to content

Commit

Permalink
add simple makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vgough committed Feb 26, 2018
1 parent 54ebe08 commit 0f99bd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

# compiled program
ghvfs
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

govfs:
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o ghvfs ./cmd/ghvfs

0 comments on commit 0f99bd0

Please sign in to comment.