redo: Set CFLAGS only if not defined
This commit is contained in:
parent
8f34bdf93a
commit
b07b9e81bc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS=-Os
|
||||
CFLAGS ?= -Os
|
||||
|
||||
all: redo links
|
||||
|
||||
|
|
Loading…
Reference in a new issue