X-Git-Url: https://git.rohieb.name/bachelor-thesis/roomba_tests.git/blobdiff_plain/7682d848008691dd9c01b5b1b2663dfd8c2952cc..13ab1a8ad32b552adbf0f12b9eb4e62f044ca391:/Makefile diff --git a/Makefile b/Makefile index 752a33f..463fe55 100644 --- 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 +