Cube  Makefile at [7c2704b3d7]

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


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