diff --git a/002-build.md b/002-build.md index ccb11fd..af5338c 100644 --- a/002-build.md +++ b/002-build.md @@ -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 $@