Removed Makefile and debian directory
This commit is contained in:
parent
8ae231983f
commit
bea3e9ee8d
1 changed files with 0 additions and 9 deletions
9
Makefile
9
Makefile
|
@ -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
|
Loading…
Reference in a new issue