X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=0acd1cc6132e91de48c5445930759832302f499b;hb=809bf566c6c598ad234ee36d58278eb54bdd8fc6;hp=6748be49117d6479ec9f239b256b2c7eb5efdf7a;hpb=dcc4ff8e8ce8f97bd963ae4d56e053f2b610e183;p=pdclib.old diff --git a/Makefile b/Makefile index 6748be4..0acd1cc 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ PATCHFILES2 := $(shell ls platform/$(PLATFORM)/functions/stdlib/*.c) PATCHFILES3 := $(shell ls platform/$(PLATFORM)/functions/stdio/*.c) WARNINGS := -Wall -Wextra -pedantic -Wno-unused-parameter -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -fno-builtin -CFLAGS := -g -std=c99 -I./internals $(WARNINGS) $(USERFLAGS) +CFLAGS := -g -std=c99 -I./internals -I./testing $(WARNINGS) $(USERFLAGS) .PHONY: all clean srcdist bindist test tests testdrivers regtests regtestdrivers todos fixmes find links unlink help