mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-27 20:36:34 -04:00
Makefile: update to support new package structure
This commit is contained in:
@@ -16,14 +16,14 @@ EXE:=$(shell go env GOEXE)
|
||||
|
||||
all:
|
||||
go fmt ./...
|
||||
$(SET) "CGO_ENABLED=0" && go build $(GOOPT)
|
||||
$(SET) "CGO_ENABLED=0" && go build -C "$(CURDIR)/cmd/lispect" -o "$(CURDIR)/$(NAME)$(EXE)" $(GOOPT)
|
||||
|
||||
test:
|
||||
go test -v
|
||||
|
||||
_dist:
|
||||
$(SET) "CGO_ENABLED=0" && go build $(GOOPT)
|
||||
zip -9 $(NAME)-$(VERSION)-$(GOOS)-$(GOARCH).zip $(NAME)$(EXE)
|
||||
$(MAKE) all
|
||||
zip -9j $(NAME)-$(VERSION)-$(GOOS)-$(GOARCH).zip $(NAME)$(EXE)
|
||||
|
||||
dist:
|
||||
$(SET) "GOOS=linux" && $(SET) "GOARCH=386" && $(MAKE) _dist
|
||||
|
||||
Reference in New Issue
Block a user