mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
8 lines
136 B
Makefile
8 lines
136 B
Makefile
#
|
|
# Trivial makefile for building APM
|
|
#
|
|
include ../../libraries/AP_Common/Arduino.mk
|
|
|
|
sitl:
|
|
make -f ../../libraries/Desktop/Desktop.mk
|