delete info.obj on `make docs`

main
Dominik Madarász 2023-09-15 10:55:29 +02:00
parent 08b9fd0457
commit 7a89e8b6ca
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ if "%1"=="docs" (
docs engine\v4k.h --excluded=3rd_glad.h,v4k.h,v4k_compat.h, > v4k.html docs engine\v4k.h --excluded=3rd_glad.h,v4k.h,v4k_compat.h, > v4k.html
move /y v4k.html engine\ move /y v4k.html engine\
del changelog.txt del changelog.txt
del info.obj
exit /b exit /b
) )