aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorDamien George2014-05-03 22:44:24 +0100
committerDamien George2014-05-03 22:44:24 +0100
commit75aebda809e0196b7986af80a80dcc56566beacb (patch)
treec9bdcf3ffde251cc7a85e622554b5d7d6aa2d0e7 /windows/Makefile
parentd5f5b2f76698e29f9cc2f0ae682d2475c0d77baa (diff)
parent3a0184039081d6f0da8928a2a4dd60ff67dfcac7 (diff)
Merge branch 'stinos-mingw-float-printf'
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 351aad6f1..ce75a6098 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -31,6 +31,7 @@ SRC_C = \
unix/main.c \
unix/file.c \
realpath.c \
+ init.c \
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))