mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
fix list of files to convert
This commit is contained in:
parent
72d112c23c
commit
f6708cc2b0
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@ realclean:
|
|||
CNFDIR := $(NWCHEM_TOP)/src/config
|
||||
.PHONY: 64_to_32 32_to_64
|
||||
64_to_32:
|
||||
$(CNFDIR)/64_to_32 *c *f *F
|
||||
$(CNFDIR)/64_to_32 *h *F
|
||||
|
||||
32_to_64:
|
||||
$(CNFDIR)/32_to_64 *c *f *F
|
||||
$(CNFDIR)/32_to_64 *h *F
|
||||
|
||||
.SUFFIXES: .o .s .F .f .c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue