From: Simon Tatham Date: Mon, 10 Mar 2014 18:43:07 +0000 (+0000) Subject: Introduce a 'make clean' target. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f0e7957c6c67d3b18cb1b52756f97891d93b1e3b;p=matchsticks-search.git Introduce a 'make clean' target. While I'm faffing about with the Makefile anyway, it seemed like a good idea. --- diff --git a/Makefile b/Makefile index ea91fcd..75efaf3 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ all: main test: test.pl main ./test.pl + +clean: + rm -f main