Skip to content

Commit

Permalink
Build in the GitHub directory tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Nov 21, 2011
1 parent 0b9f308 commit ce345fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
@@ -1,6 +1,6 @@
include $(GOROOT)/src/Make.inc

TARG=librato
TARG=github.com/rcrowley/go-librato
GOFILES=\
collated.go\
librato.go\
Expand All @@ -13,8 +13,7 @@ all: uninstall clean install

uninstall:
rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/$(TARG).a
rm -f $(GOROOT)/pkg/$(GOOS)_$(GOARCH)/github.com/rcrowley/go-$(TARG).a
rm -rf $(GOROOT)/src/pkg/github.com/rcrowley/go-$(TARG)
rm -rf $(GOROOT)/src/pkg/$(TARG)
make -C cmd/librato uninstall

.PHONY: all uninstall

0 comments on commit ce345fd

Please sign in to comment.