From 4d4cb43956c43f68da54ba5ff738aacaac0a17d8 Mon Sep 17 00:00:00 2001 From: Graham Brooks Date: Tue, 1 May 2012 11:48:41 -0400 Subject: [PATCH] Fixed a typo in cleanup --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45ef78e..e0ab5dd 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,5 @@ hello-test : test/*.cpp clean: rm hello - rm hello-test \ No newline at end of file + rm hello-test +