blob: 46645e162a47b9d4f07dea56c59b4aaeed1da03c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/Makefile b/Makefile
index 9de05a8..e047213 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,6 @@ $O%.o: %.c
echo " Compiling $< to assembly ..."
${CC} ${cflags} -S -o $@ -c $<
-$O%.6.gz: %.6
- echo " Compressing $@ ..."
- gzip -c9 $< > $@
-
################ Installation ##########################################
ifdef bindir
|