mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
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
|