diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ MANPREFIX = $(PREFIX)/share/man CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" +TCLKIT = tclkit-8.5.9-win32.upx.exe + # musl static #CC = musl-gcc #LDFLAGS = -static #-s |