nes-proj/examples/esb/Makefile

9 lines
98 B
Makefile
Raw Normal View History

2007-11-27 22:32:38 +00:00
CONTIKI = ../..
ifndef TARGET
TARGET=esb
endif
all: blinker
2007-11-27 22:32:38 +00:00
include $(CONTIKI)/Makefile.include