diff options
| author | 2024-07-08 20:06:01 -0400 | |
|---|---|---|
| committer | 2024-07-08 20:06:01 -0400 | |
| commit | a406b64975efbc230a3f154a641bb3bad635717d (patch) | |
| tree | e155535dc93ea9c6800e4c11ef09d040b5958927 /Makefile | |
| parent | Major API reorganization, test infrastructure (diff) | |
fix clean
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ UNS_HASHTABLE_OBJS=examples/hashtable/uns_hashtable.o EXAMPLE_OBJS=${UNS_STRING_OBJS} ${UNS_HASHTABLE_OBJS} ## Clean -clean: +clean: clean_tests ${RM} -f ${COMMON_OBJECTS} libuniversalservice.so \ ${TEST_OBJS} ${COLLECTOR_OBJS} ${EXAMPLE_OBJS} |
