Remove smvbuild.log on clean
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
04ccd6744c
commit
18a9219507
1
Makefile
1
Makefile
@ -49,6 +49,7 @@ dvl :: "wintun.DVL.XML"
|
|||||||
clean ::
|
clean ::
|
||||||
-rd /s /q "sdv" > NUL 2>&1
|
-rd /s /q "sdv" > NUL 2>&1
|
||||||
-del /f /q "wintun.DVL.XML" > NUL 2>&1
|
-del /f /q "wintun.DVL.XML" > NUL 2>&1
|
||||||
|
-del /f /q "smvbuild.log" > NUL 2>&1
|
||||||
-del /f /q "smvstats.txt" > NUL 2>&1
|
-del /f /q "smvstats.txt" > NUL 2>&1
|
||||||
|
|
||||||
"sdv\SDV.DVL.xml" "$(OUTPUT_DIR)\vc.nativecodeanalysis.all.xml" :
|
"sdv\SDV.DVL.xml" "$(OUTPUT_DIR)\vc.nativecodeanalysis.all.xml" :
|
||||||
|
Loading…
Reference in New Issue
Block a user