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

Makefile

index ac63cfe..463fe55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ export CXXFLAGS=-I/usr/include/qt4 -I/usr/include/qt4/QtCore \
        -I/usr/include/QtGui -lQtGui 
 
 all: roomba_test battery_test
+clean:
+       rm -f battery_test $(TARGET)
 
 include ../Makefile.base
 
This page took 0.032801 seconds and 4 git commands to generate.