Adding a Makfile for example applications.
This commit is contained in:
parent
80a408526f
commit
350fb21ff7
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue