summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index edc3c42..4b340a3 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,10 @@ $(BUILD)/%.o: %
@mkdir -p $(dir $@)
$(CXX) $< $(CXXFLAGS) -c -MMD -MP -o $@
+$(BUILD)/tests/test_short_wchar.cpp.o: tests/test_short_wchar.cpp
+ @mkdir -p $(dir $@)
+ $(CXX) $< $(CXXFLAGS) -fshort-wchar -c -MMD -MP -o $@
+
-include $(OBJECTS:.o=.d)
.SECONDEXPANSION: