simple Roomba test suite with Qt dialogs
[bachelor-thesis/roomba_tests.git] / Makefile
1 export TARGET=roomba_test
2 export SOURCES=main.cc
3 export CXXFLAGS=-I/usr/include/qt4 -I/usr/include/qt4/QtCore \
4 -I/usr/include/qt4/QtGui -lQtGui
5
6 include ../Makefile.base
This page took 0.042669 seconds and 5 git commands to generate.