Browse Source

Fix variable dependencies

master
Georg Hopp 7 years ago
parent
commit
76dbec667e
Signed by: ghopp GPG Key ID: 4C5D226768784538
  1. 2
      Makefile

2
Makefile

@ -12,7 +12,7 @@ GOARCH = $(shell go env GOARCH)
LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a
.PHONY: all clean .version.new
.PHONY: all clean
all: $(LIBRARY)

Loading…
Cancel
Save