Removed Makefile and debian directory

This commit is contained in:
Stefan Ritter 2009-11-27 00:23:08 +01:00
parent 8ae231983f
commit bea3e9ee8d

View file

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