diff --git a/projekt 1/Makefile b/projekt 1/Makefile index c85a49b..8f592fd 100644 --- a/projekt 1/Makefile +++ b/projekt 1/Makefile @@ -2,7 +2,7 @@ build: ccache g++ main.cpp run: - ccache g++ main.cpp; ./a.out + ccache g++ main.cpp; ./a.out -O3 clean: rm -f ./a.out