summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-27 00:23:08 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-27 00:23:08 +0100
commitbea3e9ee8dbecc84041acc5dbe3e12b27e7af443 (patch)
tree662f8f7ce071a9610f1c996e0b977c8d950cc3a5
parent8ae231983f3c22c0f1182a4a83107ef4b7822b4a (diff)
Removed Makefile and debian directory
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index c18d014..0000000
--- a/Makefile
+++ /dev/null
@@ -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