diff --git a/Makefile b/Makefile index 1fef642..dd172d8 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,8 @@ technic: 7z d ../vanillia-technic.zip ./* -r 7z a ../vanillia-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 \ No newline at end of file