Argggghhhhh typooooo

This commit is contained in:
2023-03-01 15:07:01 +01:00
parent 24d81b075e
commit 803c16b87e

View File

@@ -2,7 +2,7 @@ build:
ccache g++ main.cpp
run:
ccache g++ main.cpp; ./a.out -O3
ccache g++ main.cpp -O3 ; ./a.out
clean:
rm -f ./a.out