summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c18d01464979bc41aafe7c4e3d273a64bed3f623 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

DESTDIR=/usr

install:
	install -m 0755 wnpp-query.py ${DESTDIR}/bin/wnpp-query

uninstall:
	rm -f ${DESTDIR}/bin/wnpp-query