summaryrefslogtreecommitdiffstatshomepage
path: root/unix/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-07 15:30:15 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-07 15:30:15 +0100
commitc35e53436b9adb3c49a8980d018b2f8198db8077 (patch)
tree1227049154a3e1facd757eec090e851def039c35 /unix/Makefile
parent1dd46fafbd11941f7aa5b3b3c1f3d63e102e85cf (diff)
parent117c46d9eb00e8ffaabc1002a4946440cb1eb5b0 (diff)
downloadmicropython-c35e53436b9adb3c49a8980d018b2f8198db8077.tar.gz
micropython-c35e53436b9adb3c49a8980d018b2f8198db8077.zip
Merge pull request #582 from dhylands/unix-input
Add input command for unix
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 304f09062d..05cdfb5b39 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -65,6 +65,7 @@ endif
SRC_C = \
main.c \
gccollect.c \
+ input.c \
file.c \
modsocket.c \
$(SRC_MOD)