mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add new gain_analysis convenience library
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
|
||||
|
||||
all:
|
||||
cd gain_analysis
|
||||
nmake /f Makefile.vc
|
||||
cd ..
|
||||
cd getopt
|
||||
nmake /f Makefile.vc
|
||||
cd ..
|
||||
@@ -11,6 +14,9 @@ all:
|
||||
cd ..
|
||||
|
||||
clean:
|
||||
cd gain_analysis
|
||||
nmake /f Makefile.vc clean
|
||||
cd ..
|
||||
cd getopt
|
||||
nmake /f Makefile.vc clean
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user