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 ..
|