Initial checkin
[pwnitter] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..29c68da
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+       python setup.py build
+clean:
+       python setup.py clean --all
+install:
+       python setup.py install --prefix /usr/ --root $(DESTDIR)