Skip to content

Commit 849790e

Browse files
authored
Windows compiling done
1 parent ec617d1 commit 849790e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ clean:
2626

2727

2828
windows: $(DEPS)
29-
$(WCC) -o $(NAME).exe $(CPPFILES) $(MAIN_CFILES) -lm -static-libstdc++
29+
$(WCC) -o $(NAME).exe $(CPPFILES) $(MAIN_CFILES) -lm --static -static-libstdc++

0 commit comments

Comments
 (0)