From: svnhieber Date: Wed, 1 Dec 2010 21:09:17 +0000 (+0000) Subject: make == make all X-Git-Url: https://git.rohieb.name/bachelor-thesis/roomba_tests.git/commitdiff_plain/fb863249b6644745bafb1bf571c4da039004dc99 make == make all git-svn-id: https://svn.itm.uni-luebeck.de/wisebed/wiselib/trunk/pc_apps/roomba_tests@3661 f8795833-4959-0410-8ae9-8bcb0cfab428 --- diff --git a/Makefile b/Makefile index 752a33f..ac63cfe 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,10 @@ 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 + include ../Makefile.base battery_test: battery_test.cc $(CXX) -I$(WISELIB_STABLE) -I$(WISELIB_TESTING) -lpthread -o battery_test battery_test.cc +