Skip to content

Commit 64f84a7

Browse files
authored
Update build.cmd
1 parent 2bae38b commit 64f84a7

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-
@echo off
1+
SET PATH=%PATH%;%1
22
g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp

0 commit comments

Comments
 (0)