You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
295 B

--- 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