fix list of files to convert

This commit is contained in:
edoapra 2023-10-25 11:26:23 -07:00
parent 2eb78a29d0
commit 4525910cae
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

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