Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungHaKim7 authored Nov 12, 2023
1 parent c9a8d92 commit 4a87e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_Makefile_Debugging_VScode_etc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ vscode:
echo " {" >> .vscode/tasks.json
echo " \"type\": \"cppbuild\"," >> .vscode/tasks.json
echo " \"label\": \"C/C++: clang build active file\"," >> .vscode/tasks.json
echo " \"command\": \"/home/gy/Utilities/llvm16_0_4/bin/g++\"," >> .vscode/tasks.json
echo " \"command\": \"/home/gy/Utilities/llvm16_0_4/bin/clang\"," >> .vscode/tasks.json
echo " \"args\": [" >> .vscode/tasks.json
echo " \"-c\"," >> .vscode/tasks.json
echo " \"-fcolor-diagnostics\"," >> .vscode/tasks.json
Expand Down

0 comments on commit 4a87e2d

Please sign in to comment.