Added Makefile

This commit is contained in:
Stefan Ritter 2009-11-10 13:13:42 +01:00
parent 764761010a
commit 8ae231983f

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
DESTDIR=/usr
install:
install -m 0755 wnpp-query.py ${DESTDIR}/bin/wnpp-query
uninstall:
rm -f ${DESTDIR}/bin/wnpp-query