3 lines
163 B
Makefile
3 lines
163 B
Makefile
lib_LTLIBRARIES = libneofx.la
|
|
libneofx_la_SOURCES = math.c collision.c
|
|
nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h
|