Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Old/LLTimer/Makefile
blob: 88fe864dab3dd68c2142e2aba138a4154c571271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
default: 
#       For this project we don't really want things installed properly... just want the lltimer.so in the tamtam directory
#	python setup.py build install --home=$(TAMTAM_ROOT) 
	python setup.py build
	cp build/lib*/* $(TAMTAM_ROOT)	
clean:
	rm -rf build