Added Makefile
This commit is contained in:
parent
764761010a
commit
8ae231983f
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal 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
|
Loading…
Reference in a new issue