summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-20 00:02:39 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-20 00:02:39 +0000
commit7d0893545829f157a8a588d8a826d34ddf701cce (patch)
tree5ae71b6c8ad0ec156e2ecaa959adc186fc7ebe72 /unix
parentfe2690da0a1b8556995f5a6d2368d250f504b4af (diff)
downloadmicropython-7d0893545829f157a8a588d8a826d34ddf701cce.tar.gz
micropython-7d0893545829f157a8a588d8a826d34ddf701cce.zip
Rename unix binary to 'micropython'.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 1bef083ebf..454ded79af 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -1,5 +1,5 @@
# define main target
-PROG = py
+PROG = micropython
all: $(PROG)
# include py core make definitions