er-rest-example leveraging the new rave sensors.

ico
Cristiano De Alti 2015-09-21 22:53:48 +02:00
parent d2528caa85
commit 5a829d818d
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
TARGET=avr-raven
APPS += raven-lcd-interface
export
CONTIKI=../..
ER_REST_EXAMPLE=$(CONTIKI)/examples/er-rest-example
all %:
@(cd $(ER_REST_EXAMPLE) && $(MAKE) $@)
@echo
@echo "*** Binaries can be found in $(ER_REST_EXAMPLE) ***"