diff --git a/projekt 1/Makefile b/projekt 1/Makefile index 8f592fd..1a1cd8f 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 -O3 + ccache g++ main.cpp -O3 ; ./a.out clean: rm -f ./a.out