diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-04 02:57:57 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-04 02:57:57 +0300 |
commit | ca9bbea0a0a3ec98fa6774a9d2c75f01974b0a68 (patch) | |
tree | b79c0a05824603c50fc7513ef82f660b89870087 /run.sh | |
parent | 55b7ecc50187f3039bf747c04b68601dfda45a6b (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-x | run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |