all: split

split:
	make -C fortran -f Makefile install

clean:
	make -C fortran -f Makefile clean
	rm -f bin/*.exe
