mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
CONTIKI=../../../..
|
|
|
|
MODULES += core/net/http-socket
|
|
|
|
CFLAGS+=-DPROJECT_CONF_H=\"project-conf.h\"
|
|
|
|
include $(CONTIKI)/Makefile.include
|