Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/arch_src/Makefile
blob: 2f915d5ff1615e6db99ee994be25c4400f956378 (plain)
1
2
3
4
5
6
7

all:
	cd pyalsaaudio-0.2 ; python setup.py build

install:
	cd pyalsaaudio-0.2 ; python setup.py install --prefix="${PREFIX}"