Commit 76dbec667e3452f52eaba08bd8ab8cecb1e5ff73

Authored by Georg Hopp
1 parent 1c0a8fcd

Fix variable dependencies

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -12,7 +12,7 @@ GOARCH = $(shell go env GOARCH)
12 12
13 13 LIBRARY = $(GOPATH)/pkg/$(GOOS)_$(GOARCH)/$(PACKAGE).a
14 14
15   -.PHONY: all clean .version.new
  15 +.PHONY: all clean
16 16
17 17 all: $(LIBRARY)
18 18
... ...
Please register or login to post a comment