This is the thesis
[matches/honours.git] / thesis / simulation / egun / Makefile
diff --git a/thesis/simulation/egun/Makefile b/thesis/simulation/egun/Makefile
new file mode 100644 (file)
index 0000000..cbd961a
--- /dev/null
@@ -0,0 +1,14 @@
+movie.mp4 : main
+       ./main ../egun.png
+       ./movie.sh
+
+main : main.cpp
+       g++ -o main main.cpp -g -fopenmp -lm -lX11 -lpthread
+
+
+       
+clean : 
+       rm -f main
+       rm -f movie.mp4
+       rm -f *.png
+       rm -f *.dat

UCC git Repository :: git.ucc.asn.au