added sitl build target

This commit is contained in:
Andrew Tridgell 2011-12-11 15:30:06 +11:00
parent 2bd18e937c
commit 1b1c629167
2 changed files with 8 additions and 0 deletions

View File

@ -27,5 +27,9 @@ apm2beta:
mavlink10:
make -f Makefile EXTRAFLAGS="-DMAVLINK10"
sitl:
make -f ../libraries/Desktop/Makefile.desktop
etags:
cd .. && etags -f ArduCopter/TAGS --langmap=C++:.pde.cpp.h $$(git ls-files ArduCopter libraries)

View File

@ -27,5 +27,9 @@ apm2beta:
mavlink10:
make -f Makefile EXTRAFLAGS="-DMAVLINK10"
sitl:
make -f ../libraries/Desktop/Makefile.desktop
etags:
cd .. && etags -f ArduPlane/TAGS --langmap=C++:.pde.cpp.h $$(git ls-files ArduPlane libraries)