fix list of files to convert

This commit is contained in:
edoapra 2023-10-25 11:24:44 -07:00
parent 72d112c23c
commit f6708cc2b0
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -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