commit | ab4d8b041b6a7943c31972a53072f59f39537484 | [log] [tgz] |
---|---|---|
author | Alistair Francis <alistair.francis@wdc.com> | Wed Mar 25 09:00:20 2020 -0700 |
committer | Alistair Francis <alistair.francis@wdc.com> | Wed Mar 25 10:54:22 2020 -0700 |
tree | 34b35671b034ff4ea6767d66469af2944cd46ad1 | |
parent | 979be857bc67d9b3d1f7ed9e4b5f22eec0031a4e [diff] |
Makefile: Fix the release and feature flag options Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
diff --git a/Makefile b/Makefile index 9ec78ce..aed9943 100644 --- a/Makefile +++ b/Makefile
@@ -23,11 +23,11 @@ @echo "Run 'make test' to test any local changes you have made" ifdef FEATURES - features=--features=$(FEATURES) +features=--features=$(FEATURES) endif ifndef DEBUG - release=--release +release=--release endif .PHONY: setup