1 # example Makefile for your project
3 # change this to the path to your Makefile.properties
4 # (see Makefile.properties.example for a template)
5 include Makefile.properties
7 CONTIKI_PROJECT=yourproject
9 all: $(CONTIKI_PROJECT)
11 include $(CONTIKI)/Makefile.include