summaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-03 19:02:47 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-03 19:02:47 +0100
commit1549f17038533aa2b774d2f863d80b14dd5eb412 (patch)
treecdf4c3f1fb5c12ff230a9c53fbfb762fe97bb985 /windows/Makefile
parent977a0ce287b1c45c59f9f8d75d573695abcd3f2a (diff)
parentfb9ca7c3aaed3080399fd0cde659699879002eb0 (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile
index 2f5418886..351aad6f1 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -30,6 +30,7 @@ endif
SRC_C = \
unix/main.c \
unix/file.c \
+ realpath.c \
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))