Files
flac/src/monkeys_audio_utilities/Makefile.vc

20 lines
324 B
Makefile
Raw Normal View History

2002-10-16 23:40:10 +00:00
!include <win32.mak>
# It's less hassle to spell it all out that to figure out how to do it right with nmake:
all:
cd flac_mac
nmake /f Makefile.vc
cd ..
cd flac_ren
nmake /f Makefile.vc
cd ..
clean:
cd flac_mac
nmake /f Makefile.vc clean
cd ..
cd flac_ren
nmake /f Makefile.vc clean
cd ..