From b2227d6a8c376a35cb9d97ee6947fd63bc4acdd8 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 29 Mar 2007 23:50:51 +0000 Subject: [PATCH] Added default netsim target --- examples/rime/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/rime/Makefile b/examples/rime/Makefile index 61f418011..423331302 100644 --- a/examples/rime/Makefile +++ b/examples/rime/Makefile @@ -1,4 +1,7 @@ CONTIKI = ../.. +ifndef TARGET +TARGET=netsim +endif all: test-abc test-meshroute test-treeroute test-trickle test-uabc \ test-rudolph0 test-rudolph1