mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
## vgmstream autotools script
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_MAKEFLAGS=-f Makefile.autotools
|
|
|
|
SUBDIRS = src audacious cli
|
|
|
|
EXTRA_DIST = version.h
|