diff options
| author | 2024-06-13 20:57:07 -0400 | |
|---|---|---|
| committer | 2024-06-13 20:57:07 -0400 | |
| commit | 3d7e39cfd2ac5c617c0d7e059d7b90a918307507 (patch) | |
| tree | 1c3ddbd744c3221c0c3a015df639061b4c412637 /examples/string/Makefile | |
| parent | change uns_root_ptr to uns_ctr (diff) | |
hashtable test
Diffstat (limited to 'examples/string/Makefile')
| -rw-r--r-- | examples/string/Makefile | 2 |
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 |
