-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don’t use simply expanded variables for constants Signed-off-by: David Gageot <[email protected]> * Eval only when needed This makes the Makefile faster for other targets. Signed-off-by: David Gageot <[email protected]> * Use built-in variable for current path Signed-off-by: David Gageot <[email protected]> * Simplify `make` and `make install` We don’t need a target to go build for every GOOS since this done by `make cross`. Signed-off-by: David Gageot <[email protected]> * Not useful for local dev and not used at release time. At release time, we build in a Docker container so the path is predictable. Signed-off-by: David Gageot <[email protected]> * Generate statik files only when needed Signed-off-by: David Gageot <[email protected]> * These variables can be deferred Signed-off-by: David Gageot <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
30 deletions.
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
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