aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-07-08 20:06:01 -0400
committerGravatar Peter McGoron 2024-07-08 20:06:01 -0400
commita406b64975efbc230a3f154a641bb3bad635717d (patch)
treee155535dc93ea9c6800e4c11ef09d040b5958927 /Makefile
parentMajor API reorganization, test infrastructure (diff)
fix clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78d7e5b..7935619 100644
--- a/Makefile
+++ b/Makefile
@@ -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}