summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-12-10 15:45:38 -0500
committerJonathan Bradley <jcb@pikum.xyz>2024-12-10 16:22:30 -0500
commit97a9b70bc2f779b9267d02c255628fd7895a53b3 (patch)
tree2185cb60964d38345b1de220027476ff6af70d20 /config.mk
parenta3cc7699c56ae324733bd7c4c4808090b28a2377 (diff)
pkstn: first-pass
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index b337c90..ca23f51 100644
--- a/config.mk
+++ b/config.mk
@@ -21,6 +21,7 @@ SHARED_FLAGS = -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L \
-DPK_IMPL_STR \
-DPK_IMPL_EV \
-DPK_IMPL_ARR \
+ -DPK_IMPL_STN \
CPPFLAGS += -Wall $(INCS) $(SHARED_FLAGS)
CFLAGS += -Wall $(INCS) $(SHARED_FLAGS)