First import

This commit is contained in:
claudemiro
2015-01-02 18:20:27 -03:00
commit e1b7bd8252
20 changed files with 1869 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
default: install-debug
install-debug:
go install -ldflags "-w" github.com/dimiro1/ipe
run-debug: install-debug
${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config-example.json
test:
go test github.com/dimiro1/ipe