This commit is contained in:
2025-09-26 14:57:24 +03:00
parent 730629e933
commit 27a7388164
3 changed files with 147 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
# run `make DEF=...` to add extra defines
PROGRAM := getparams
PROGRAM := invertercmd
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros
SRCS := $(wildcard *.c)