aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-11-06 01:02:04 +0100
committerVictor Häggqvist <[email protected]>2014-11-06 01:02:04 +0100
commit77c01f9d49f2fc0198b862f92458c6c103820a69 (patch)
treefde5e579f9dd8964887cae2e09243bfe7c6bd381 /Makefile
init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b726270
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: ui
+ui:
+ pyuic4 AndroidResR/view/AndroidResR.ui > AndroidResR/view/AndroidResR.py
+pack:
+ python setup.py sdist