#
# BMakefile for libSlashFX
#

.TYPE LIB
.OUTPUT lib/libslashfx.a
.CFLAGS -Iinclude
.CPREFIX src/
.HPREFIX include/
.CFILES main
.HFILES slashfx
