Delete makefile
This commit is contained in:
parent
1ea86db763
commit
222615a18a
1 changed files with 0 additions and 9 deletions
9
makefile
9
makefile
|
@ -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/
|
|
Loading…
Add table
Add a link
Reference in a new issue