From 93a5a065633c6fbcda8fd19f5b1d1cfe47d3f5f4 Mon Sep 17 00:00:00 2001 From: Merith TK Date: Fri, 25 Feb 2022 13:38:29 -0800 Subject: [PATCH] add clean function to make file --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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