From 577ca92715be4d803dc7d1d76b62ebefa0c0e2e5 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:06:34 +0200 Subject: [PATCH] Remove unused rule for gzip compressing files --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 7d6007d..c790c8c 100644 --- a/Makefile +++ b/Makefile @@ -95,10 +95,6 @@ gdb: FORCE # An empty target FORCE: -# Gzip any binary -%.gz: % - gzip -k -f $< - # Wireshark wireshark: FORCE wireshark $(BUILD)/network.pcap