summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'blink/Makefile')
-rw-r--r--blink/Makefile58
1 files changed, 29 insertions, 29 deletions
diff --git a/blink/Makefile b/blink/Makefile
index a529954..8aa652b 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -1,29 +1,29 @@
-##
-## spreadspace avr utils
-##
-##
-## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
-##
-## This file is part of spreadspace avr utils.
-##
-## spreadspace avr utils 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 3 of the License, or
-## any later version.
-##
-## spreadspace avr utils is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
-##
-
-NAME := blink
-OBJ := $(NAME).o
-LIBS := util led
-BOARD_TYPE := culV3
-SPREADAVR_PATH := ..
-
-include $(SPREADAVR_PATH)/include.mk
+##
+## spreadspace avr utils
+##
+##
+## Copyright (C) 2013-2014 Christian Pointner <equinox@spreadspace.org>
+##
+## This file is part of spreadspace avr utils.
+##
+## spreadspace avr utils 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 3 of the License, or
+## any later version.
+##
+## spreadspace avr utils is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
+##
+
+NAME := blink
+OBJ := $(NAME).o
+LIBS := util led
+BOARD_TYPE := culV3
+SPREADAVR_PATH := ..
+
+include $(SPREADAVR_PATH)/include.mk