fix(config.mk): typo

This commit is contained in:
Tom MTT. 2023-02-23 17:44:40 +01:00
parent 6468c28652
commit c52d52df2a
No known key found for this signature in database
GPG key ID: 836A2692D737E1E8

View file

@ -41,4 +41,4 @@ CFLAGS$(DEBUG) = -O3 -Wall -Wextra -Wno-sign-compare $(CCFLAGS)
LDFLAGS$(DEBUG) = -s $(CLDFLAGS)
# static build (uncomment)
#LD_FLAGS += -static
#LDFLAGS += -static