diff options
| author | 2024-06-21 16:49:55 -0400 | |
|---|---|---|
| committer | 2024-06-21 16:49:55 -0400 | |
| commit | 70df63c28e04c21e495f05669a566eb68bdf072f (patch) | |
| tree | de35ef2e0861c7ec26d50aa4acdb14be1981c235 /examples/string/Makefile | |
| parent | fix root push and pop issue; make shared library for examples (diff) | |
delete for hashtables
Diffstat (limited to '')
| -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 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 |
