X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=thesis%2Fsimulation%2Fegun%2FMakefile;fp=thesis%2Fsimulation%2Fegun%2FMakefile;h=cbd961a844800262c0e2d983dbfffa692e816b93;hb=66ef7590cb47f237f793079dd4689c8a2941498c;hp=0000000000000000000000000000000000000000;hpb=a0fee95dc5a9513c530afb6eeab956145d0380f3;p=matches%2Fhonours.git diff --git a/thesis/simulation/egun/Makefile b/thesis/simulation/egun/Makefile new file mode 100644 index 00000000..cbd961a8 --- /dev/null +++ b/thesis/simulation/egun/Makefile @@ -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