mirror of https://github.com/ArduPilot/ardupilot
7 lines
97 B
Makefile
7 lines
97 B
Makefile
|
#
|
||
|
# Trivial makefile for building APM
|
||
|
#
|
||
|
BOARD=mega
|
||
|
include ../../libraries/AP_Common/Arduino.mk
|
||
|
|