4 lines
78 B
Makefile
4 lines
78 B
Makefile
|
# Simple makefile for simple example
|
||
|
PROGRAM=spi_test
|
||
|
include ../../common.mk
|