aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/clean.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/clean.bat')
-rw-r--r--Game/Code/clean.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/Game/Code/clean.bat b/Game/Code/clean.bat
new file mode 100644
index 00000000..ef4ca243
--- /dev/null
+++ b/Game/Code/clean.bat
@@ -0,0 +1,7 @@
+@ECHO OFF
+set OBJ_PATH=build\win32\fpc
+del %OBJ_PATH%\*.o
+del %OBJ_PATH%\*.ppu
+del %OBJ_PATH%\*.a
+del %OBJ_PATH%\*.rst
+del %OBJ_PATH%\*.compiled