[snowy] Add basic Makefile for building clean tarballs
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snowy] Add basic Makefile for building clean tarballs
- Date: Tue, 14 Sep 2010 03:55:31 +0000 (UTC)
commit 493170773ac17c05c2ecde35ecc7e15c502e2996
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon Sep 13 20:46:56 2010 -0700
Add basic Makefile for building clean tarballs
Makefile | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fb6bb56
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+PROJECT=snowy
+VERSION=0.2
+
+dist:
+ git archive --prefix=$(PROJECT)/ $(VERSION) | \
+ bzip2 > $(PROJECT)-$(VERSION).tar.bz2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]