projects
/
bachelor-thesis
/
roomba_tests.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
+make clean
[bachelor-thesis/roomba_tests.git]
/
Makefile
diff --git
a/Makefile
b/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.026873 seconds
and
4
git commands to generate.