summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-04 02:57:57 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-04 02:57:57 +0300
commitca9bbea0a0a3ec98fa6774a9d2c75f01974b0a68 (patch)
treeb79c0a05824603c50fc7513ef82f660b89870087 /run.sh
parent55b7ecc50187f3039bf747c04b68601dfda45a6b (diff)
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
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 3 insertions, 1 deletions
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