Second Import
This commit is contained in:
@@ -1,10 +1,22 @@
|
||||
default: install-debug
|
||||
default: debug
|
||||
|
||||
install-debug:
|
||||
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
|
||||
run-debug: debug
|
||||
${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config.json -logtostderr=true -v=2
|
||||
|
||||
test:
|
||||
go test github.com/dimiro1/ipe
|
||||
|
||||
macos:
|
||||
GOOS=darwin GOARHC=x64 go install github.com/dimiro1/ipe
|
||||
|
||||
linux:
|
||||
GOOS=linux GOARHC=x64 go install github.com/dimiro1/ipe
|
||||
|
||||
windows:
|
||||
GOOS=windows GOARHC=x64 go install github.com/dimiro1/ipe
|
||||
|
||||
raspberry:
|
||||
GOOS=linux GOARCH=arm go install github.com/dimiro1/ipe
|
||||
|
||||
Reference in New Issue
Block a user