mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-06 20:30:29 +00:00
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with: CONTIKI_PROJECT = hello-world all: $(CONTIKI_PROJECT)