summaryrefslogtreecommitdiff
path: root/util/ectool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/ectool/Makefile')
-rw-r--r--util/ectool/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/ectool/Makefile b/util/ectool/Makefile
index 7e92f68e85..d799cee77f 100644
--- a/util/ectool/Makefile
+++ b/util/ectool/Makefile
@@ -1,9 +1,9 @@
#
# Makefile for ectool
#
-# Copyright (C) 2009 by coresystems GmbH
-# written by Stefan Reinauer <stepan@coresystems.de>
-#
+# Copyright (C) 2009 by coresystems GmbH
+# written by Stefan Reinauer <stepan@coresystems.de>
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -26,7 +26,7 @@ all: ectool
ectool: ec.o ectool.o
$(CC) $(CFLAGS) -o $@ $^
-
+
clean:
rm *.o ectool