Adding a Makfile for example applications.

This commit is contained in:
kasunch 2010-02-24 09:14:46 +00:00
parent 80a408526f
commit 350fb21ff7

5
platform/micaz/apps/Makefile Executable file
View File

@ -0,0 +1,5 @@
CONTIKI = ../../..
all: battery-monitor
include $(CONTIKI)/Makefile.include