mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
11 lines
150 B
Makefile
11 lines
150 B
Makefile
|
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
|
||
|
|
||
|
all: mqtt-demo
|
||
|
|
||
|
CONTIKI_WITH_IPV6 = 1
|
||
|
|
||
|
APPS += mqtt
|
||
|
|
||
|
CONTIKI=../../..
|
||
|
include $(CONTIKI)/Makefile.include
|