Revision: 63da3a9c3ce3
Author: Thomas DeRensis <
tder...@gmail.com>
Date: Thu Nov 6 02:34:46 2014 UTC
Log: Remove the memq_test binaries on make clean.
https://code.google.com/p/lcm/source/detail?r=63da3a9c3ce3
Modified:
/test/c/Makefile
/test/cpp/Makefile
=======================================
--- /test/c/Makefile Mon Aug 11 23:48:05 2014 UTC
+++ /test/c/Makefile Thu Nov 6 02:34:46 2014 UTC
@@ -56,5 +56,6 @@
clean:
rm -f client server
+ rm -f memq_test eventlog_test
rm -f $(types_src)
rm -f *.o
=======================================
--- /test/cpp/Makefile Fri Sep 19 05:10:44 2014 UTC
+++ /test/cpp/Makefile Thu Nov 6 02:34:46 2014 UTC
@@ -37,5 +37,6 @@
clean:
rm -f client
+ rm -f memq_test
rm -rf lcmtest lcmtest2
rm -f *.o