From: Yann Dirson Date: Mon, 20 Oct 2014 09:03:01 +0000 (+0200) Subject: Remove *.o on "make clean" X-Git-Url: http://winboard.nl/cgi-bin?p=hachu.git;a=commitdiff_plain;h=f72cb2001c9dfc2e44c9c453b61c96835836fcb5 Remove *.o on "make clean" --- 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