mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-07 17:05:09 +00:00
16 lines
240 B
Makefile
16 lines
240 B
Makefile
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) ***"
|
|
|