Skip to content

Commit

Permalink
Merge pull request #120 from kame3niku9/patch-1
Browse files Browse the repository at this point in the history
Update 002-build.md
  • Loading branch information
EzoeRyou authored Sep 11, 2019
2 parents 05cb62f + 67cb54d commit a23c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 002-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ clean :
`Makefile`全体は以下のようになる。

~~~makefile
gcc_options = -std=c++17 -Wall --pedantic-error
gcc_options = -std=c++17 -Wall --pedantic-errors

program : main.cpp all.h all.h.gch
g++ $(gcc_options) -include all.h $< -o $@
Expand Down

0 comments on commit a23c2c3

Please sign in to comment.