Cube  Makefile at [e5461ff852]

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


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