build: remove test executables on clean.
authorDavin McCall <davmac@davmac.org>
Mon, 2 Jul 2018 20:55:17 +0000 (21:55 +0100)
committerDavin McCall <davmac@davmac.org>
Mon, 2 Jul 2018 20:55:17 +0000 (21:55 +0100)
src/tests/Makefile

index 2e4395b785c66f54272a3b728a66890e2af8cf7b..00aa81c5805cdd85276357e308ba0dc8117844ee 100644 (file)
@@ -33,7 +33,7 @@ $(parent_objs): %.o: ../%.cc
        $(CXX) $(CXXOPTS) $(SANITIZEOPTS) -MMD -MP -Iincludes -I../dasynq -c $< -o $@
 
 clean:
-       rm -f *.o *.d
+       rm -f *.o *.d tests proctests loadtests
 
 -include $(objects:.o=.d)
 -include $(parent_objs:.o=.d)