mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
5 lines
154 B
Makefile
5 lines
154 B
Makefile
lib_LIBRARIES = libenet.a
|
|
libenet_a_SOURCES = host.c list.c callbacks.c packet.c peer.c protocol.c unix.c win32.c
|
|
INCLUDES = -Iinclude
|
|
|
|
SUBDIRS = include
|