osd-contiki/examples/hello-world/Makefile

6 lines
107 B
Makefile

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
CONTIKI = ../..
include $(CONTIKI)/Makefile.include