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