From 803c16b87e36a97e4ce33741c89249be693bfc06 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Wed, 1 Mar 2023 15:07:01 +0100 Subject: [PATCH] Argggghhhhh typooooo --- projekt 1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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