mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Bug in the json parsing
Former-commit-id: e652b04b9fa7e11124eb5930c7bec4613c808758
This commit is contained in:
8
Makefile
8
Makefile
@ -1,6 +1,6 @@
|
||||
export GOPATH=$(shell pwd)/GO
|
||||
export GOBIN=$(GOPATH)/bin
|
||||
export PATH=$(GOBIN):$(shell echo $${PATH})
|
||||
#export GOPATH=$(shell pwd)/GO
|
||||
#export GOBIN=$(GOPATH)/bin
|
||||
#export PATH=$(GOBIN):$(shell echo $${PATH})
|
||||
|
||||
GOCMD=go
|
||||
GOBUILD=$(GOCMD) build # -compiler gccgo -gccgoflags -O3
|
||||
@ -71,4 +71,4 @@ $(foreach P,$(PACKAGE_DIRS),$(eval $(call MAKE_PKG_RULE,$(P))))
|
||||
|
||||
$(foreach P,$(OBITOOLS_DIRS),$(eval $(call MAKE_OBITOOLS_RULE,$(P))))
|
||||
|
||||
.PHONY: all packages obitools man obibook doc update-deps
|
||||
.PHONY: all packages obitools man obibook doc update-deps
|
||||
|
Reference in New Issue
Block a user