Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Mar 21, 2014
1 parent 5f304d3 commit fda90b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ _cgo_export.*
_testmain.go

*.exe
build/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default: build

build: assets templates
build:
mkdir -p build
cd cmd/scuttlebutt && goxc -c=.goxc.json -pr="$(PRERELEASE)" -d ../../build

0 comments on commit fda90b5

Please sign in to comment.