diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-12-10 15:45:38 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-12-10 16:22:30 -0500 |
| commit | 97a9b70bc2f779b9267d02c255628fd7895a53b3 (patch) | |
| tree | 2185cb60964d38345b1de220027476ff6af70d20 /config.mk | |
| parent | a3cc7699c56ae324733bd7c4c4808090b28a2377 (diff) | |
pkstn: first-pass
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
