add clean function to make file

This commit is contained in:
Merith TK 2022-02-25 13:38:29 -08:00
parent 0f4e29714f
commit 93a5a06563

View file

@ -38,4 +38,8 @@ technic:
7z d ../vanillia-technic.zip ./* -r 7z d ../vanillia-technic.zip ./* -r
7z a ../vanillia-technic.zip ./.technic/* -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