6 lines
176 B
Makefile
6 lines
176 B
Makefile
# Minimal makefile only includes the master and libs.
|
|
MASTER_LIBS = rfm69 spi dht ethercard xnode-shared
|
|
SKT_PDE_SRC = XnodeBase.cpp
|
|
include ../lib-build/make/Makefile.master
|
|
|