From fb863249b6644745bafb1bf571c4da039004dc99 Mon Sep 17 00:00:00 2001 From: svnhieber Date: Wed, 1 Dec 2010 21:09:17 +0000 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 + -- 2.20.1