@if not exist $(OBJ_DIR)\NUL md $(OBJ_DIR) @if not exist ..\misc\$(OBJ_DIR)\NUL md ..\misc\$(OBJ_DIR)
# Rules for cleaning out those old files clean: -@echo y | del Retail -@echo y | del Debug -@echo y | del ..\misc\Retail -@echo y | del ..\misc\Debug -@rd Retail -@rd Debug -@rd ..\misc\Retail -@rd ..\misc\Debug
This document was generated on June 2, 2025 using texi2html 5.0.