Skip to content

Commit

Permalink
Merge pull request #1 from drawks/master
Browse files Browse the repository at this point in the history
Added a few convenience targets to Makefile
  • Loading branch information
lomik committed Feb 26, 2015
2 parents 4efa5cd + 9b6bb5b commit 25c2d34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ tmp/go-carbon.tar.gz: go-carbon
rpm: tmp/go-carbon.tar.gz
cp deploy/buildrpm.sh tmp/buildrpm.sh
cd tmp && ./buildrpm.sh ../deploy/go-carbon.spec.centos `../go-carbon --version`

submodules:
git submodule init
git submodule update --recursive
touch .submodules

test:
$(GO) test ./...

clean:
rm -f go-carbon

0 comments on commit 25c2d34

Please sign in to comment.