mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
fix list of files to convert
This commit is contained in:
parent
2eb78a29d0
commit
4525910cae
1 changed files with 2 additions and 2 deletions
|
|
@ -36,10 +36,10 @@ clean:
|
|||
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 *c
|
||||
|
||||
32_to_64:
|
||||
$(CNFDIR)/32_to_64 *c *f *F
|
||||
$(CNFDIR)/32_to_64 *c
|
||||
|
||||
.c.o: ; $(peigs_CC) -c $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue