4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
|
@echo off
|
||
|
nmake /NOLOGO -f header.mk clean
|
||
|
build -c
|