mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
10 lines
201 B
Makefile
10 lines
201 B
Makefile
SHLIB_NAME= game.so
|
|
|
|
SRCS!= ls *.c
|
|
|
|
CFLAGS+= -Dstricmp=strcasecmp -ffast-math -funroll-loops \
|
|
-fomit-frame-pointer -fexpensive-optimizations
|
|
|
|
LDFLAGS+= -L/lib -L/usr/lib -lm
|
|
|
|
.include <bsd.lib.mk>
|