summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-05-06 16:16:21 -0400
committerBill Peck <bpeck@redhat.com>2015-05-06 16:16:21 -0400
commit490fb9247135327a71157a14a07cedd809995c63 (patch)
tree875782e3d51e23bec7193672dd971e9b6d500a38 /Makefile
parenta86d5c0a2815ce2bc288a76ff6edc103ff8eb3a5 (diff)
downloadtaskrepo-490fb9247135327a71157a14a07cedd809995c63.tar.gz
taskrepo-490fb9247135327a71157a14a07cedd809995c63.tar.xz
taskrepo-490fb9247135327a71157a14a07cedd809995c63.zip
Initialized to use tito.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..805023f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all: install
+
+install:
+ python setup.py install
+
+clean: