+make clean
[bachelor-thesis/roomba_tests.git] / Makefile
index 752a33f..463fe55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,12 @@ export CXXFLAGS=-I/usr/include/qt4 -I/usr/include/qt4/QtCore \
        -I/usr/include/ -I/usr/include/QtCore \
        -I/usr/include/QtGui -lQtGui 
 
+all: roomba_test battery_test
+clean:
+       rm -f battery_test $(TARGET)
+
 include ../Makefile.base
 
 battery_test: battery_test.cc
        $(CXX) -I$(WISELIB_STABLE) -I$(WISELIB_TESTING) -lpthread -o battery_test battery_test.cc
+
This page took 0.023188 seconds and 4 git commands to generate.