This is the thesis
[matches/honours.git] / thesis / simulation / egun / Makefile
1 movie.mp4 : main
2         ./main ../egun.png
3         ./movie.sh
4
5 main : main.cpp
6         g++ -o main main.cpp -g -fopenmp -lm -lX11 -lpthread
7
8
9         
10 clean : 
11         rm -f main
12         rm -f movie.mp4
13         rm -f *.png
14         rm -f *.dat

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