aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-01-01 17:24:04 +0100
committerache <ache@ache.one>2017-01-01 17:24:04 +0100
commitda51dfca7b47bc0a5cbb63b7e0af6328b28b0050 (patch)
tree02b3c92a2010d25833bac2dd9ccb402096693a19 /Makefile
Init commitHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..36afb01
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+
+install: libkyf/libkyf.py
+ python setup.py install
+ @echo 'Installation success'
+
+clean:
+ rm -vrf ./build ./dist ./*.egg-info
+ @echo 'Done'