diff --git a/Windows Batch Files/Build Aether Legacy.bat b/Windows Batch Files/Build Aether Legacy.bat deleted file mode 100644 index 7f8f1f4..0000000 --- a/Windows Batch Files/Build Aether Legacy.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Building Aether Legacy.. -cd .. -gradlew build -pause \ No newline at end of file diff --git a/Windows Batch Files/Make Eclipse runs.bat b/Windows Batch Files/Make Eclipse runs.bat deleted file mode 100644 index 5a4e4d7..0000000 --- a/Windows Batch Files/Make Eclipse runs.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Making run files, and building Eclipse workspace.. -cd.. -gradlew eclipse -pause \ No newline at end of file diff --git a/Windows Batch Files/Setup Decomp Workspace.bat b/Windows Batch Files/Setup Decomp Workspace.bat deleted file mode 100644 index 1b3d78f..0000000 --- a/Windows Batch Files/Setup Decomp Workspace.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -title Setting up Decomp Workspace.. -cd .. -gradlew setupDecompWorkspace -pause \ No newline at end of file