9 lines
96 B
Makefile
9 lines
96 B
Makefile
|
CONTIKI = ../..
|
||
|
ifndef TARGET
|
||
|
TARGET=esb
|
||
|
endif
|
||
|
|
||
|
all: blink
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|