X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=dfa14f8ba0ce57bc7e032b9ce5f490ed1952ae42;hb=74e6932efc15635447ec943fc8d83fece825907c;hp=41469adcf99b8f1c2fa9a0ec0bd939ab07ecc75f;hpb=1348d759ad8b0bee9bfb91329ab4181aef618a67;p=pdclib.old diff --git a/Makefile b/Makefile index 41469ad..dfa14f8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,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 print rename remove seed strtox_main strtox_prelim +INTFILES := _Exit atomax digits open print rename remove seed stdinit strtox_main strtox_prelim # All object files in the library OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) # All test drivers (.t)