mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 06:52:44 +01:00
6 lines
86 B
Makefile
6 lines
86 B
Makefile
|
MODULE=nanocoap
|
||
|
|
||
|
SRC := nanocoap.c nanocoap_sock.c
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|