Skip to content

Commit fa931f6

Browse files
authored
Update build.cmd
1 parent e269fcb commit fa931f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code Samples/Fib/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SET PATH=%PATH%;%1
1+
@echo off
22
g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp

0 commit comments

Comments
 (0)