Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-08-04 15:55:15 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-08-04 15:55:15 (GMT)
commit7127a20ca3fddca59cb9859c59f2f14d6951bbbc (patch)
tree1d3bdb2b68e985d849285bbed35cbc5f4dee2312 /Makefile
parentcb3b004fcd0491a3c95a978edf81a80ef133cca7 (diff)
Added Makefile and script to pull in/update SharedState
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..cef4a70
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+SSDIR=sharedstate.git
+SSGIT=git://dev.laptop.org/projects/sharedstate
+
+all: update_ss
+
+clean:
+ rm -rf ${SSDIR} sharedstate
+
+update_ss:
+ ./update_sharedstate