From: Steven Schubiger Date: Thu, 21 Jan 2016 09:34:04 +0000 (+0100) Subject: Remove a.out on make clean X-Git-Tag: v0.58~2 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=97f34c606c888c5b0ea78aec38e9b669b56fa70a Remove a.out on make clean --- diff --git a/Makefile b/Makefile index 4f7e843..778c4bd 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ check: perl ./test.pl clean: - rm -f colorize debug.txt version.h + rm -f a.out colorize debug.txt version.h