Update makefile
This commit is contained in:
parent
269a6937dd
commit
5382704aaa
1 changed files with 5 additions and 1 deletions
6
makefile
6
makefile
|
@ -2,4 +2,8 @@ ZIP_NAME = DigitalStorageTweaks.zip
|
||||||
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
|
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
|
||||||
|
|
||||||
all:
|
all:
|
||||||
7z a -r $(ZIP_NAME) $(FILES)
|
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…
Reference in a new issue