mirror of https://github.com/ArduPilot/ardupilot
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
RcAioPRU: RcAioPRU.p
|
||
|
pasm -V3 -c RcAioPRU.p
|
||
|
|
||
|
test: RcAioPRUTest.c
|
||
|
gcc -g -o RcAioPRUTest RcAioPRUTest.c
|
||
|
|
||
|
clean:
|
||
|
rm RcAioPRU_bin.h RcAioPRUTest
|