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