summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f499069cf9afc8784d10d82ca52ce6b5e4351adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PREFIX = '/usr'
DESTDIR = '/'
#interfaces = 'gtk qt4'

all:
	@python setup.py build

install:
	@python setup.py install --prefix=${PREFIX} --root=${DESTDIR}

uninstall:
	@python setup.py uninstall

clean:
	rm -rf build/