
test: test.f95
	gfortran -cpp -g -o $@ $^

clean:
	rm -f test

