mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
12 lines
126 B
Makefile
12 lines
126 B
Makefile
!include <win32.mak>
|
|
|
|
all:
|
|
cd src
|
|
nmake /f Makefile.vc
|
|
cd ..
|
|
|
|
clean:
|
|
cd src
|
|
nmake /f Makefile.vc clean
|
|
cd ..
|