Modified makefile

The makefile reflects my new way of installing from git (using the git
daemon instead of http).
This commit is contained in:
Bryan Schumaker 2010-11-09 19:20:06 -05:00
parent b1ae9fd878
commit 9c73996ade
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ clean:
rm `find . | grep .pyc`
install:
cd /opt/ && git clone http://lavos.homelinux.com/~bjschuma/git/ocarina.git
cd /opt/ && git clone git://lavos.homelinux.com/ocarina.git
cd /usr/bin && ln -sf /opt/ocarina/bin/ocarina .
uninstall: