1@echo off
2IF EXIST build rmdir /s /q build
3del src\shaders.gen.h
4echo ==== CLEAN ====
5