Skip to content

Commit

Permalink
add makefile and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinpowernz committed Jun 26, 2020
1 parent 774e7b3 commit c836bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/*
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default: build

build:
go build -o bin/geonet ./cmd/geonet

0 comments on commit c836bd0

Please sign in to comment.