summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
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