Adding a Makfile for example applications.
This commit is contained in:
parent
80a408526f
commit
350fb21ff7
5
platform/micaz/apps/Makefile
Executable file
5
platform/micaz/apps/Makefile
Executable file
|
@ -0,0 +1,5 @@
|
|||
CONTIKI = ../../..
|
||||
|
||||
all: battery-monitor
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Reference in a new issue