Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 26856cc884f86a1c589bf406e065d1d713643464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SSDIR=sharedstate.git
SSGIT=git://dev.laptop.org/projects/sharedstate

all: update_ss

install:
	python setup.py install ${SUGAR_PREFIX}

clean:
	rm -rf ${SSDIR} sharedstate

update_ss:
	./update_sharedstate