diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-06-21 20:50:55 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-06-21 20:50:55 (GMT) |
commit | a568e48a766909412e56c775cd741c996946a266 (patch) | |
tree | 2e0902fe9c8a727c511da27c80e861f1449646b3 /contrib | |
parent | 6fcb582dbe6f85a87f69068fb8f42950811ec4a4 (diff) |
dos2unix for all files
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index c841507..0aba091 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,31 +1,31 @@ -##
-## Radio Helsinki avr projects
-##
-##
-## Copyright (C) 2015 Christian Pointner <equinox@helsini.at>
-##
-## This file is part of Radio Helsinki avr projects.
-##
-## Radio Helsinki avr projects 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.
-##
-## Radio Helsinki avr projects 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 Radio Helsinki avr projects. If not, see <http://www.gnu.org/licenses/>.
-##
-
-all: update-spreadavr
-
-.spreadavr.prepared:
- git clone git://git.spreadspace.org/avr-utils.git
- touch $@
-
-update-spreadavr: .spreadavr.prepared
- cd avr-utils/; git pull
- $(MAKE) -C avr-utils/contrib/
+## +## Radio Helsinki avr projects +## +## +## Copyright (C) 2015 Christian Pointner <equinox@helsini.at> +## +## This file is part of Radio Helsinki avr projects. +## +## Radio Helsinki avr projects 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. +## +## Radio Helsinki avr projects 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 Radio Helsinki avr projects. If not, see <http://www.gnu.org/licenses/>. +## + +all: update-spreadavr + +.spreadavr.prepared: + git clone git://git.spreadspace.org/avr-utils.git + touch $@ + +update-spreadavr: .spreadavr.prepared + cd avr-utils/; git pull + $(MAKE) -C avr-utils/contrib/ |