Skip to content

Commit 07478e2

Browse files
committed
Restore build.cmd for Windows builds
1 parent 5450c49 commit 07478e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Code Samples/Fib/build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp

0 commit comments

Comments
 (0)