From ca9bbea0a0a3ec98fa6774a9d2c75f01974b0a68 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:57:57 +0300 Subject: Final form. Changes to be committed: new file: Inconsolata-Regular.ttf modified: LorenzAttractor.cpp modified: LorenzAttractor.h modified: vectormath.h modified: README.md modified: main.cpp modified: run.sh --- run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 576894e..4a18fdf 100755 --- a/run.sh +++ b/run.sh @@ -6,4 +6,6 @@ g++ -c main.cpp -o main.o g++ -c LorenzAttractor.cpp -o LorenzAttractor.o -g++ main.o LorenzAttractor.o -o MyProgram -lsfml-graphics -lsfml-window -lsfml-system +g++ main.o LorenzAttractor.o -o ChaoticAttractors -lsfml-graphics -lsfml-window -lsfml-system + +./ChaoticAttractors -- cgit v1.2.3