From a76c350de7e57fa6090180628950b942443135d0 Mon Sep 17 00:00:00 2001 From: socec Date: Sun, 9 Mar 2014 18:53:38 +0100 Subject: [PATCH] minor update --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b70200d..4737f40 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,5 @@ default: $(TARGET) # clean removec object files and target clean: -rm -f *.o - -rm -f $(TARGET) \ No newline at end of file + -rm -f $(TARGET) +