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