mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-10 01:31:28 +00:00
touch objdir to fix problem where board.h would try to get created after it's already been created.
9 lines
144 B
Makefile
9 lines
144 B
Makefile
MC1322X := ..
|
|
|
|
include $(MC1322X)/Makefile.include
|
|
|
|
TARGETS := blink-red_$(BOARD).bin
|
|
|
|
all: $(OBJDIR)/board.h $(TARGETS) $(TARGETS:.bin=.dis)
|
|
|