mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
add clean function to make file
This commit is contained in:
parent
0f4e29714f
commit
93a5a06563
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -38,4 +38,8 @@ technic:
|
|||
7z d ../vanillia-technic.zip ./* -r
|
||||
7z a ../vanillia-technic.zip ./.technic/* -r
|
||||
|
||||
all: curseforge multimc technic
|
||||
clean:
|
||||
-rm -rf .technic
|
||||
-git gc --aggressive --prune
|
||||
|
||||
all: curseforge multimc technic clean
|
Loading…
Reference in a new issue