- Removed rime_test from the Makefile

This commit is contained in:
zdshelby 2009-09-09 07:34:53 +00:00
parent 4a14db6d3a
commit 83988ef554
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ../..