.PHONY: clean

include ../config.h

all: bmodule.o

bmodule.o: bmodule.f90
	$(FC) -c $< -o $@

clean:
	-rm -f *.o *.mod *~