X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=0acd1cc6132e91de48c5445930759832302f499b;hb=8f80da097704e9bdfd7a78c27a07f2f92b584846;hp=6748be49117d6479ec9f239b256b2c7eb5efdf7a;hpb=2a325a2da528865708226abc81b7b7dae88f7ba2;p=fw%2Fpdclib 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