aboutsummaryrefslogtreecommitdiffstats
path: root/examples/string/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-06-21 16:49:55 -0400
committerGravatar Peter McGoron 2024-06-21 16:49:55 -0400
commit70df63c28e04c21e495f05669a566eb68bdf072f (patch)
treede35ef2e0861c7ec26d50aa4acdb14be1981c235 /examples/string/Makefile
parentfix root push and pop issue; make shared library for examples (diff)
delete for hashtables
Diffstat (limited to '')
-rw-r--r--examples/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/string/Makefile b/examples/string/Makefile
index 6ec8882..9693d5e 100644
--- a/examples/string/Makefile
+++ b/examples/string/Makefile
@@ -22,4 +22,4 @@ test_large.test: $(COMMON_OBJS)
$(CC) -I../../include $(CFLAGS) $< -c -o $@
clean:
- rm -f $(TESTS) $(COMMON_OBJS)
+ rm -f $(TESTS) $(COMMON_OBJS) libunsstring.so