diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2009-02-17 19:01:15 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2009-02-17 19:01:15 +0100 |
commit | ca94a87e93f466e2abf583e901d6dfc346fea972 (patch) | |
tree | 9d728fc903dd1e6b82d9fc232acdfc2df9d45fa3 /GNUmakefile | |
download | tp_smapi-package-master.tar.gz tp_smapi-package-master.tar.xz tp_smapi-package-master.zip |
Initial commitHEADtp_smapi-0.40-1.fc10master
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..574f389 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,3 @@ +NAME = tp_smapi +dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init) +include git-rpm/git-rpm.mk |