CC = oshfort
CFLAGS =

rotput: rotput.f90
	$(CC) $(CFLAGS) rotput.f90 -o rotput $(LIB)

clean:
	/bin/rm -rf rotput.o rotput *.trc *.edf profile* MULT*
