osd-contiki/examples/esb/Makefile
2007-11-27 22:32:38 +00:00

9 lines
96 B
Makefile

CONTIKI = ../..
ifndef TARGET
TARGET=esb
endif
all: blink
include $(CONTIKI)/Makefile.include