-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# === This file is part of ALICE O² === | ||
# | ||
# Copyright 2017-2020 CERN and copyright holders of ALICE O². | ||
# Copyright 2017-2023 CERN and copyright holders of ALICE O². | ||
# Author: Teo Mrnjavac <[email protected]> | ||
# | ||
# Partially derived from Torus Makefile <https://github.com/coreos/torus> | ||
|
@@ -84,6 +84,9 @@ GOPATH := $(shell go env GOPATH) | |
GOPROTOCPATH=$(ROOT_DIR)/tools/protoc-gen-go | ||
HAS_PROTOC := $(shell command -v $(GOPROTOCPATH) 2> /dev/null) | ||
|
||
.EXPORT_ALL_VARIABLES: | ||
CGO_ENABLED = 0 | ||
|
||
.PHONY: build all install generate test debugtest vet fmt clean cleanall help $(WHAT) tools vendor doc docs | ||
|
||
build: $(WHAT) | ||
|