aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2016-01-21 10:34:04 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2016-01-21 10:34:04 +0100
commit97f34c606c888c5b0ea78aec38e9b669b56fa70a (patch)
tree8a4582563edbbca73ae57408c9c901b0eb68c851 /Makefile
parent1c1a8fa43747729d189904ecc2a2a86de29b88b0 (diff)
downloadcolorize-97f34c606c888c5b0ea78aec38e9b669b56fa70a.tar.gz
colorize-97f34c606c888c5b0ea78aec38e9b669b56fa70a.tar.bz2
Remove a.out on make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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