Skip to content

Commit

Permalink
Make the Makefile clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 6, 2023
1 parent 7d92832 commit ac5ac8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: clean install install-doc

PROJECT ?= orbiton
PROJECT ?= algernon

GOBUILD := $(shell test $$(go version | tr ' ' '\n' | head -3 | tail -1 | tr '.' '\n' | head -2 | tail -1) -le 12 2>/dev/null && echo GO111MODULES=on go build -v || echo GOEXPERIMENT=loopvar go build -mod=vendor -v)
GOBUILD := GOEXPERIMENT=loopvar go build -mod=vendor -v

# macOS and FreeBSD detection
UNAME_S := $(shell uname -s)
Expand Down

0 comments on commit ac5ac8f

Please sign in to comment.