~nickpapior/siesta/tddft-work

« back to all changes in this revision

Viewing changes to Util/WFS/makefile

  • Committer: Rafi Ullah
  • Date: 2017-08-30 14:09:10 UTC
  • mfrom: (611.1.19 trunk)
  • Revision ID: rraffiu@gmail.com-20170830140910-bhu0osuh4d59wn8e
Merged with trunk-630

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        $(FC) $(LDFLAGS) -o $@ $< $(NETCDF_LIBS)
61
61
 
62
62
clean: 
63
 
        rm -f *.o  *.*d readwf readwfx wfs2wfsx wfsx2wfs wfsnc2wfsx
64
 
 
 
63
        rm -f *.o  *.*d readwf readwfx wfs2wfsx wfsx2wfs wfsnc2wfsx info_wfsx
65
64
 
66
65
 
67
66