X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=9894792dc3b028a35a74b0e50cc4c738254a9e67;hb=65b97c0d355f87ddec19e391518cc7ecc849badc;hp=3331fa51dac649988e8df5bc44009edd17e5d5ab;hpb=eac150f3e3dc119ad89e6d089d28a8c4b6c79223;p=pdclib.old diff --git a/Makefile b/Makefile index 3331fa5..9894792 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SRCFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.c") # All header files of the project HDRFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.h") # All .c files in functions/_PDCLIB that do not have a regression test driver -INTFILES := _Exit atomax digits open print scan remove rename seed stdinit strtox_main strtox_prelim filemode eol errno seek prepread prepwrite allocpages tmpfilename +INTFILES := _Exit atomax digits open print scan remove rename seed stdinit strtox_main strtox_prelim filemode eol errno seek prepread prepwrite allocpages tmpfilename closeall # All object files in the library OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) # All test drivers (.t)