diff --git a/makefile b/makefile deleted file mode 100644 index 4cf4348..0000000 --- a/makefile +++ /dev/null @@ -1,9 +0,0 @@ -ZIP_NAME = DigitalStorageTweaks.zip -FILES = ./ContentLib ./DigitalStorageTweaks.uplugin - -all: - mkdir -p Windows WindowsServer LinuxServer - cp -r $(FILES) Windows/ - cp -r $(FILES) WindowsServer/ - cp -r $(FILES) LinuxServer/ - 7z a -r $(ZIP_NAME) Windows/ LinuxServer/ WindowsServer/ \ No newline at end of file