# example Makefile for your project # change this to the path to your Makefile.properties # (see Makefile.properties.example for a template) include Makefile.properties CONTIKI_PROJECT=yourproject all: $(CONTIKI_PROJECT) include $(CONTIKI)/Makefile.include