Afegir sessions 1, 2 del lab de fenòmens

A la sessió 1 falta completar l'exercici extra.

Change-Id: I76f9a74f7648b77c3c60ac91cc4a29477386f383
diff --git a/quad10/fenomens/lab/p2/Makefile b/quad10/fenomens/lab/p2/Makefile
new file mode 100644
index 0000000..1849ab9
--- /dev/null
+++ b/quad10/fenomens/lab/p2/Makefile
@@ -0,0 +1,18 @@
+all: P2-exercici-1.o MC-1.o
+P2-exercici-1.o: mt19937ar.o writeconfig.o magne.o energ.o P2-exercici-1.f90
+	gfortran -c P2-exercici-1.f90
+	gfortran P2-exercici-1.o writeconfig.o mt19937ar.o magne.o energ.o -o e1
+MC-1.o: mt19937ar.o writeconfig.o magne.o energ.o MC-1.f90
+	gfortran -c MC-1.f90
+	gfortran MC-1.o writeconfig.o mt19937ar.o magne.o energ.o -o mc1
+mt19937ar.o: mt19937ar.f
+	f77 -c mt19937ar.f
+writeconfig.o: writeconfig.f90
+	gfortran -c writeconfig.f90
+magne.o: magne.f90
+	gfortran -c magne.f90
+energ.o: energ.f90
+	gfortran -c energ.f90
+
+clean:
+	rm -f configuration.eps configuration.tex configuration.svg configuration.conf e1 mc1 *.o