Add iostream and initialization
This commit is contained in:
8
ch_0/hello_world/Makefile
Normal file
8
ch_0/hello_world/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
g++ main.cpp -o main -O2 -DNDEBUG -pedantic-errors -Wall -Weffc++ -Wextra -Wconversion -Wsign-conversion -std=c++23
|
||||
|
||||
debug:
|
||||
g++ main.cpp -o main -ggdb -pedantic-errors -Wall -Weffc++ -Wextra -Wconversion -Wsign-conversion -std=c++23
|
||||
|
||||
clean:
|
||||
rm -r main
|
||||
Reference in New Issue
Block a user