From f72cb2001c9dfc2e44c9c453b61c96835836fcb5 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Mon, 20 Oct 2014 11:03:01 +0200 Subject: [PATCH] Remove *.o on "make clean" --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 9320b0f..792578e 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ hachu.6.gz: hachu.pod pod2man -s 6 hachu.pod | gzip -9n > hachu.6.gz clean: - rm -f ${ALL} + rm -f ${ALL} *.o dist-clean: rm -f ${ALL} *~ chu/*~ md5sums -- 1.7.0.4