aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-06-22 12:12:23 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-06-22 12:12:23 -0400
commit39501916acc08208360d9f920af425d0e8e230bb (patch)
tree3226ee1eb3113fdc1c8473fba872dcfa405b616c /Makefile
parentd7a79d7f2f7d96a5bcc3635a14be9771fc76d550 (diff)
Add decimal numbers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c00d9bf4..a80525e5 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ CFLAGS=$(CCONFIG) $(INCLUDE_DIRS) $(EXTRA) $(CWARN) $(G) $(O) $(OSFLAGS) $(LTO)
-DTOMO_PREFIX='"$(PREFIX)"' -DSUDO='"$(SUDO)"' -DDEFAULT_C_COMPILER='"$(DEFAULT_C_COMPILER)"' \
-DTOMO_VERSION='"$(TOMO_VERSION)"' -DGIT_VERSION='"$(GIT_VERSION)"'
CFLAGS_PLACEHOLDER="$$(printf '\033[2m<flags...>\033[m\n')"
-LDLIBS=-lgc -lcord -lm -lunistring -lgmp -ldl
+LDLIBS=-lgc -lcord -lm -lunistring -lgmp -ldl -lmpdec
LIBTOMO_FLAGS=-shared
DEFINE_AS_OWNER=as_owner() { \