diff --git a/README-BUILDING b/README-BUILDING index 074adf417..a0609815a 100644 --- a/README-BUILDING +++ b/README-BUILDING @@ -59,8 +59,10 @@ from the apps/ directory that should be included in the Contiki system. The Makefile used in the hello-world example project looks like this: +CONTIKI_PROJECT = hello-world +all: $(CONTIKI_PROJECT) + CONTIKI = ../.. -all: hello-world include $(CONTIKI)/Makefile.include First, the location of the Contiki source code tree is given by