From 0f46e313e62d2a28c032c9050918bde352f9db27 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 21 Mar 2025 14:57:11 +0200 Subject: [PATCH] Remove compress goal from Makefile --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 285c09b..917ca5b 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,6 @@ install: build/stormfetch config/ cp build/stormfetch $(DESTDIR)$(BINDIR)/stormfetch cp -r config/. $(DESTDIR)$(SYSCONFDIR)/stormfetch/ -compress: build/stormfetch config/ - mkdir -p stormfetch/$(BINDIR) - mkdir -p stormfetch/$(SYSCONFDIR)/stormfetch/ - cp build/stormfetch stormfetch/$(BINDIR)/stormfetch - cp -r config/. stormfetch/$(SYSCONFDIR)/stormfetch/ - tar --owner=root --group=root -czf stormfetch.tar.gz stormfetch - rm -r stormfetch - run: build/stormfetch build/stormfetch