include ../../make.inc

w90vdw.x: w90vdw.f90
	$(F90) $(FCOPTS) $< -o $@

clean:
	rm -f w90vdw.o w90vdw.x
