6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
TARGET = hello_sio
|
||
|
|
||
|
SRCS = hello_sio.c \
|
||
|
|
||
|
include ../common.mk
|