Remove unused rule for gzip compressing files
This commit is contained in:
parent
225e435292
commit
577ca92715
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue