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