all:
	ifort $(FCFLAGS) mkl_dfti.f90 mkl_poisson.f90 -c

clean:
	rm -f *.mod *.o
