vgmstream/test/Makefile

7 lines
136 B
Makefile
Raw Normal View History

CFLAGS=-lm
test: test.c ../src/streamfile.c ../src/vgmstream.c ../src/util.c ../src/fmt/adx.c ../src/fmt/interleave.c
clean:
rm test