diff --git a/examples/sensinode/Makefile b/examples/sensinode/Makefile index bf9ab1686..ef9bc6965 100644 --- a/examples/sensinode/Makefile +++ b/examples/sensinode/Makefile @@ -2,7 +2,7 @@ ifndef TARGET TARGET=sensinode endif -CONTIKI_PROJECT = hello_world clock_test rime_test rf_test_rx rf_test_tx +CONTIKI_PROJECT = hello_world clock_test rf_test_rx rf_test_tx all: $(CONTIKI_PROJECT) CONTIKI = ../..