X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=ba245f386dbe6696e9ee178f2619d1c12498b681;hb=54af5553812be985691b9fb61b8cef1fb220d790;hp=dc040ac964e795b350b72434cc09a64c82e27d6b;hpb=f76c403c1ea4678d59e118173088064851e5dfbe;p=pdclib.old diff --git a/Makefile b/Makefile index dc040ac..ba245f3 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 open print rename seed stdinit strtox_main strtox_prelim +INTFILES := _Exit atomax digits open print remove rename seed stdinit strtox_main strtox_prelim # All object files in the library OBJFILES := $(patsubst %.c,%.o,$(SRCFILES)) # All test drivers (.t)