Skip to content

Commit

Permalink
Revert "Let "go" decide if a rebuild is needed"
Browse files Browse the repository at this point in the history
This reverts commit 7143eb5.
  • Loading branch information
xyproto committed Jun 18, 2024
1 parent 0f9801b commit 9a7abc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
.PHONY: clean gui gui-install gui-symlinks install install-gui install-symlinks ko ko-install o og og-install symlinks symlinks-install trace vg-symlink
.PHONY: clean gui gui-install gui-symlinks install install-gui install-symlinks ko ko-install og og-install symlinks symlinks-install vg-symlink

PROJECT ?= orbiton

GOFLAGS := -mod=vendor -trimpath -v
GOBUILD := go build

SRCFILES := $(wildcard go.* v2/*.go v2/go.*)


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

0 comments on commit 9a7abc6

Please sign in to comment.