diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-06-21 20:49:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-06-21 20:49:42 (GMT) |
commit | 1ca60f98838b75dcbc7d19a459943288642aa97d (patch) | |
tree | 946c51826c723d6972f1319ef960760e11efa94f /contrib/Makefile | |
parent | 8d305e28fd41bcfccf0fa5ff2cdb39b4f963d70e (diff) |
dos2unix for all files
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 2836c60..1964cea 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,30 +1,30 @@ -##
-## rhmidi
-##
-## Copyright (C) 2015 Christian Pointner <equinox@helsinki.at>
-##
-## This file is part of rhmidi.
-##
-## rhmidi 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.
-##
-## rhmidi 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 rhmidi. 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/
+## +## rhmidi +## +## Copyright (C) 2015 Christian Pointner <equinox@helsinki.at> +## +## This file is part of rhmidi. +## +## rhmidi 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. +## +## rhmidi 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 rhmidi. 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/ |