diff options
author | Nick White <nick.white@proporta.com> | 2011-11-09 14:39:51 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-11-09 22:58:19 +0000 |
commit | 048c334b5fa81355cedef4799da3a3c646a4a321 (patch) | |
tree | cb5c1276ff859944cd2f56a1db0a5b4df371cfd4 /config.mk | |
parent | 1c736fdd91ab90225395e2abf75f6e387b95ea04 (diff) |
Add (untested) mac build rule
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" W32TCLKIT = tclkit-8.5.9-win32.upx.exe +MACTCLKIT = tclkit-8.5b1-darwin-univ-aqua # musl static #CC = musl-gcc |