Cube  Makefile at [2282b4147a]

File enet/Makefile artifact 3e24f4a348 part of check-in 2282b4147a


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