Renaming dumb little executable for clarity

plus I think I'll be using the `sylvilagus` package for library bits.
This commit is contained in:
Dan Buch 2012-11-11 09:42:18 -05:00
parent f56f2868a4
commit 2cb4181460
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CLEAN_GOPATH := $(shell echo $(GOPATH) | tr ":" "\n" | grep -v '^$$' | grep -v $(PWD) | tr "\n" ":")
GOPATH := $(PWD):$(CLEAN_GOPATH)
PACKAGES := meatballhat.com/sylvilagus
PACKAGES := meatballhat.com/sylvilagus-conntest
export GOPATH