summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-04-01 13:14:43 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-04-01 13:14:43 +0200
commita56d2569238911e14e7d397f15533e8bc9eba017 (patch)
tree824072aeaa1015ce03a42b629df82a85ae82df80 /GNUmakefile
parentea5d389ee4f232ae940d918c71f572fbe8548c18 (diff)
downloadgit-rpm-a56d2569238911e14e7d397f15533e8bc9eba017.tar.gz
git-rpm-a56d2569238911e14e7d397f15533e8bc9eba017.tar.xz
git-rpm-a56d2569238911e14e7d397f15533e8bc9eba017.zip
Add GNUmakefile template file
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..3ca24ef
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,3 @@
+NAME = changeme
+dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
+include git-rpm/git-rpm.mk