Argggghhhhh typooooo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user