3 lines
86 B
Makefile
3 lines
86 B
Makefile
# Simple makefile for serial_echo example
|
|
PROGRAM=serial_echo
|
|
include ../../common.mk
|