From f0e7957c6c67d3b18cb1b52756f97891d93b1e3b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 10 Mar 2014 18:43:07 +0000 Subject: [PATCH] Introduce a 'make clean' target. While I'm faffing about with the Makefile anyway, it seemed like a good idea. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2