Cube/enet/Makefile
Jonathan Schleifer cbf07a9ef5 Add buildsys
FossilOrigin-Name: e5461ff8527693d6fead8581236f625852d55c2a3d7577e4eac219c7031e774f
2024-07-20 14:32:55 +00:00

15 lines
240 B
Makefile

STATIC_LIB_NOINST = libenet.a
SRCS = callbacks.c \
host.c \
list.c \
memory.c \
packet.c \
peer.c \
protocol.c \
unix.c \
win32.c
include ../buildsys.mk
CPPFLAGS += -Iinclude