From 83988ef5545dd7a67d990907baf745575dd6d1d9 Mon Sep 17 00:00:00 2001 From: zdshelby Date: Wed, 9 Sep 2009 07:34:53 +0000 Subject: [PATCH] - Removed rime_test from the Makefile --- examples/sensinode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ../..