Argggghhhhh typooooo
This commit is contained in:
@@ -2,7 +2,7 @@ build:
|
|||||||
ccache g++ main.cpp
|
ccache g++ main.cpp
|
||||||
|
|
||||||
run:
|
run:
|
||||||
ccache g++ main.cpp; ./a.out -O3
|
ccache g++ main.cpp -O3 ; ./a.out
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ./a.out
|
rm -f ./a.out
|
||||||
|
|||||||
Reference in New Issue
Block a user