diff --git a/Makefile b/Makefile index dac3027..d745660 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,8 @@ technic: 7z d ../modpack-technic.zip ./* -r 7z a ../modpack-technic.zip ./.technic/* -r -all: curseforge multimc technic \ No newline at end of file +clean: + -rm -rf .technic + -git gc --aggressive --prune + +all: curseforge multimc technic clean