mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
|
#
|
||
|
# Trivial makefile for building APM
|
||
|
#
|
||
|
BOARD=mega
|
||
|
include ../../libraries/AP_Common/Arduino.mk
|
||
|
|