diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-05-03 19:02:47 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-05-03 19:02:47 +0100 |
| commit | 1549f17038533aa2b774d2f863d80b14dd5eb412 (patch) | |
| tree | cdf4c3f1fb5c12ff230a9c53fbfb762fe97bb985 /windows/Makefile | |
| parent | 977a0ce287b1c45c59f9f8d75d573695abcd3f2a (diff) | |
| parent | fb9ca7c3aaed3080399fd0cde659699879002eb0 (diff) | |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'windows/Makefile')
| -rw-r--r-- | windows/Makefile | 1 |
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)) |
