summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-25 00:03:59 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-25 00:03:59 +0100
commitb7607e98e553344b1dd953df9f70db18531ce818 (patch)
treee1ce3882d411cadf4ba3686a2012f56d63ef6ab5 /contrib
added initial files
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
new file mode 100644
index 0000000..349a896
--- /dev/null
+++ b/contrib/Makefile
@@ -0,0 +1,30 @@
+##
+## spreadspace pic projects
+##
+##
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+##
+## This file is part of spreadspace pic projects.
+##
+## spreadspace pic 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.
+##
+## spreadspace pic 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 spreadspace pic projects. If not, see <http://www.gnu.org/licenses/>.
+##
+
+all: update-spreadpic
+
+.spreadpic.prepared:
+ git clone git://git.spreadspace.org/pic-utils.git
+ touch $@
+
+update-spreadpic: .spreadpic.prepared
+ cd pic-utils/; git pull