feat(landerctl): properly find config file
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
This commit is contained in:
parent
59da997828
commit
e42004de94
4 changed files with 18 additions and 5 deletions
|
|
@ -12,4 +12,4 @@ INC_DIRS = $(PUB_INC_DIR) src/_include
|
|||
# object file is also recompiled if only a header is changed.
|
||||
# -MP: generate a dummy target for every header file (according to the docs it
|
||||
# prevents some errors when removing header files)
|
||||
CFLAGS = -MMD -MP -g
|
||||
CFLAGS ?= -MMD -MP -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue