From bff232628569821939d6fae17d95511f755322b1 Mon Sep 17 00:00:00 2001 From: Merith Date: Sun, 27 Feb 2022 19:35:13 +0000 Subject: [PATCH] add clean function to makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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