aboutsummaryrefslogtreecommitdiff
path: root/Build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 18:33:04 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-02 18:33:04 +0100
commit935fbb1e9c3853570399979eef402382d211ef4c (patch)
treef1ef13d498e869d6d4cc8d754007522e6c075fe7 /Build.bat
parentde437e83986d80f2fd49291969d154885ede7e9d (diff)
downloadEpisodeBrowser-935fbb1e9c3853570399979eef402382d211ef4c.tar.gz
Add batch files for building
Diffstat (limited to 'Build.bat')
-rw-r--r--Build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.bat b/Build.bat
new file mode 100644
index 0000000..c31e286
--- /dev/null
+++ b/Build.bat
@@ -0,0 +1,2 @@
+@cd %~dp0\build\default
+@make -f ../../Makefile || pause \ No newline at end of file