Delete makefile

This commit is contained in:
Merith 2025-06-22 14:52:18 -07:00
parent 1ea86db763
commit 222615a18a

View file

@ -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/