From 1f49bd4cd202d230d6c045ef2db7bd5023967032 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 6 Oct 2006 07:01:14 +0000 Subject: [PATCH] Makefile for ESB applications --- platform/esb/apps/Makefile.apps | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 platform/esb/apps/Makefile.apps diff --git a/platform/esb/apps/Makefile.apps b/platform/esb/apps/Makefile.apps new file mode 100644 index 000000000..6c0691fce --- /dev/null +++ b/platform/esb/apps/Makefile.apps @@ -0,0 +1,3 @@ +burn-nodeid: burn-nodeid.c +helloworld: helloworld.c +radio-test: radio-test.c