Skip to content

Commit 9e5556e

Browse files
committed
fix one more compiler invocation in Makefile
1 parent e1cc153 commit 9e5556e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FE/Makefile_cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tests_meta: $(ALL_SOURCES_NO_GENERIC:%.cw=$(DIR)/%.cw.meta)
9090

9191
$(DIR)/%.cw.meta: %.cw
9292
@echo "[typify $@]"
93-
$(EMIT_IR) -arch x64 -dump_stats $< >$@
93+
$(EMIT_IR) -arch x64 -dump_stats $< $@
9494

9595

9696
############################################################

0 commit comments

Comments
 (0)