add clean function to makefile
This commit is contained in:
parent
32cc768d7a
commit
bff2326285
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -41,4 +41,8 @@ technic:
|
|||
7z d ../modpack-technic.zip ./* -r
|
||||
7z a ../modpack-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