summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2014-05-07 21:15:00 +0200
committerstijn <stinos@zoho.com>2014-05-07 21:15:00 +0200
commit951335e102dcc0fead3046741ab161bd010fd0d0 (patch)
tree5c709f6f8ad27db86097f4977f56c741feee0931
parentc3602e159cc69105dd1f7eb43aa257b6d73c5bf1 (diff)
downloadmicropython-951335e102dcc0fead3046741ab161bd010fd0d0.tar.gz
micropython-951335e102dcc0fead3046741ab161bd010fd0d0.zip
windows: Fix input.c missing in Makefile after changes for #582
-rw-r--r--windows/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index ce75a60985..aeb105634d 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -30,6 +30,7 @@ endif
SRC_C = \
unix/main.c \
unix/file.c \
+ unix/input.c \
realpath.c \
init.c \