File: Makefile

package info (click to toggle)
wannier90 3.1.0%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152,952 kB
  • sloc: f90: 57,832; python: 3,964; makefile: 406; sh: 148; pascal: 125; ansic: 105; perl: 43
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
include ../../make.inc

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

clean:
	rm -f w90vdw.o w90vdw.x