summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-11-10 11:15:11 -0500
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-11-10 11:15:11 -0500
commita4f2e6c3e7086504d7b982971bb7584e411caf4d (patch)
tree67dab449bb0a9ede47c910304dc5c7b65ad80a6f /Makefile
parentbdce00fa9b87a303e7b3a52589b4799b6e9a405d (diff)
add shebang and copyright to makefile.
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c07f0d..7db645a 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,10 @@
+#!/usr/bin/make -f
+
+# Makefile for monkeysphere
+
+# (c) 2008 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+# Licensed under GPL v3 or later
+
MONKEYSPHERE_VERSION = `head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'`
# these defaults are for debian. porters should probably adjust them