summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 5a407c9..adc4518 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,3 @@
+robocopy "data/" "build/data" /s /e
gcc.exe -m64 -w -g -DMODE_DEBUG src/main.c -o build/truckerx2.exe -Llibs/ -lSDL2 -lSDL2_mixer
call build\truckerx2.exe \ No newline at end of file