make == make all
authorsvnhieber <svnhieber@f8795833-4959-0410-8ae9-8bcb0cfab428>
Wed, 1 Dec 2010 21:09:17 +0000 (21:09 +0000)
committersvnhieber <svnhieber@f8795833-4959-0410-8ae9-8bcb0cfab428>
Wed, 1 Dec 2010 21:09:17 +0000 (21:09 +0000)
git-svn-id: https://svn.itm.uni-luebeck.de/wisebed/wiselib/trunk/pc_apps/roomba_tests@3661 f8795833-4959-0410-8ae9-8bcb0cfab428

Makefile

index 752a33f..ac63cfe 100644 (file)
--- 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
+
This page took 0.022465 seconds and 4 git commands to generate.