make includes refer to $(CONTIKI)/core or $(CONTIKI)/platform/inga
[wsn-p.git] / Makefile.example
1 # example Makefile for your project
2
3 # change this to the path to your Makefile.properties
4 # (see Makefile.properties.example for a template)
5 include Makefile.properties
6
7 CONTIKI_PROJECT=yourproject
8
9 all: $(CONTIKI_PROJECT)
10
11 include $(CONTIKI)/Makefile.include
12
This page took 0.060495 seconds and 5 git commands to generate.