Skip to content

Commit

Permalink
build: Remove tabs
Browse files Browse the repository at this point in the history
Tabs should only be used in rules.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Mar 13, 2019
1 parent 272f273 commit 46ec60a
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
Expand Up @@ -32,9 +32,9 @@ COMMIT := $(if $(shell git status --porcelain --untracked-files=no),${COMMIT_NO}
VERSION_COMMIT := $(if $(COMMIT),$(VERSION)-$(COMMIT),$(VERSION))
ARCH := $(shell go env GOARCH)
ifeq ($(SECCOMP),yes)
BUILDTAGS := seccomp
BUILDTAGS := seccomp
else
SECCOMP=no
SECCOMP=no
endif
# go build common flags
BUILDFLAGS := -buildmode=pie
Expand Down

0 comments on commit 46ec60a

Please sign in to comment.