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