Skip to content

Commit

Permalink
FCOPTS added to make line for w90vdw
Browse files Browse the repository at this point in the history
  • Loading branch information
mostofi committed Oct 14, 2013
1 parent 01aa735 commit f3f299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/w90vdw/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../../make.sys

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

0 comments on commit f3f299c

Please sign in to comment.