Skip to content

Commit 004a3f5

Browse files
Merge #168
168: Makefile: Fix the release and feature flag options r=alistair23 a=alistair23 Signed-off-by: Alistair Francis <[email protected]> Co-authored-by: Alistair Francis <[email protected]>
2 parents 979be85 + ab4d8b0 commit 004a3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ usage:
2323
@echo "Run 'make test' to test any local changes you have made"
2424

2525
ifdef FEATURES
26-
features=--features=$(FEATURES)
26+
features=--features=$(FEATURES)
2727
endif
2828

2929
ifndef DEBUG
30-
release=--release
30+
release=--release
3131
endif
3232

3333
.PHONY: setup

0 commit comments

Comments
 (0)