feat(landerctl): properly find config file
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-11-16 12:21:13 +01:00
parent 59da997828
commit e42004de94
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 18 additions and 5 deletions

View file

@ -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