aboutsummaryrefslogtreecommitdiffstats
path: root/examples/string/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-06-13 20:57:07 -0400
committerGravatar Peter McGoron 2024-06-13 20:57:07 -0400
commit3d7e39cfd2ac5c617c0d7e059d7b90a918307507 (patch)
tree1c3ddbd744c3221c0c3a015df639061b4c412637 /examples/string/Makefile
parentchange uns_root_ptr to uns_ctr (diff)
hashtable test
Diffstat (limited to 'examples/string/Makefile')
-rw-r--r--examples/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/string/Makefile b/examples/string/Makefile
index 25352a8..bf70827 100644
--- a/examples/string/Makefile
+++ b/examples/string/Makefile
@@ -1,6 +1,6 @@
.PHONY: test clean
TESTS=test_small.test test_inefficient.test test_large.test
-COMMON_OBJS=test_common.o uns_string.o
+COMMON_OBJS=../test_common.o uns_string.o
.SUFFIXES: .test
CFLAGS=-Wall -Wno-overlength-strings -std=c89 -Werror -pedantic -fPIC -g -Iinclude