7 lines
105 B
Makefile
7 lines
105 B
Makefile
TARGET = hello_sio
|
|
|
|
SRCS = hello_sio.c \
|
|
|
|
include ../common.mk
|
|
include ../thirdparty/nugget/common.mk \
|