add clean function to makefile

This commit is contained in:
Merith 2022-02-27 19:35:13 +00:00
parent 32cc768d7a
commit bff2326285

View file

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