aboutsummaryrefslogtreecommitdiff
path: root/Run.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-01 01:03:42 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-01 01:03:42 +0200
commit481316f44fed66f2b3a425396bad4f931a8fc413 (patch)
treeb540787a54521e7abee4d0250c2ee2847f4b1dbe /Run.bat
parenta1f686d1b4f74d414ca0909b2af73bb10e0ec597 (diff)
downloadEpisodeBrowser-481316f44fed66f2b3a425396bad4f931a8fc413.tar.gz
Rework build system.
The Makefile was originally written for Eclipse, but I no longer use Eclipse.
Diffstat (limited to 'Run.bat')
-rw-r--r--Run.bat9
1 files changed, 5 insertions, 4 deletions
diff --git a/Run.bat b/Run.bat
index 6fce8d8..0ff4974 100644
--- a/Run.bat
+++ b/Run.bat
@@ -1,4 +1,5 @@
-@cd %~dp0\build\default
-@make -f ../../Makefile || pause && exit
-@cd %TEMP%
-@%~dp0\build\default\EpisodeBrowser.exe \ No newline at end of file
+@cd %~dp0
+@make || pause && exit
+@pushd %TEMP%
+@%~dp0\build\default\EpisodeBrowser.exe
+@popd