mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 19:13:20 +01:00
166b9d411e
Not sure about the naming convention but hopefully clear enough
9 lines
178 B
Makefile
9 lines
178 B
Makefile
## vgmstream autotools script
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_MAKEFLAGS=-f Makefile.autotools
|
|
|
|
SUBDIRS = src audacious test
|
|
|
|
EXTRA_DIST = version.h
|