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-08 17:36:06 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-08-08 17:36:06 (GMT)
commitf61685d2dab9ed84e9d284f16e7b497cc30d8a2b (patch)
treead61b5582ec7a26b1dd0c39f111353836be59a13 /Makefile
parent7127a20ca3fddca59cb9859c59f2f14d6951bbbc (diff)
Added 'install' section to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cef4a70..4143490 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ SSGIT=git://dev.laptop.org/projects/sharedstate
all: update_ss
+install:
+ python setup.py install
+
clean:
rm -rf ${SSDIR} sharedstate