X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Makefile;h=8042f30e0b356c328a84f7e7bfda4be844d595a7;hp=0d0c8e0acbe29d4774f01626660580dd91cda9d2;hb=refs%2Fheads%2Fbranches%2Fretrace;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/Makefile b/Makefile index 0d0c8e0..8042f30 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ REGDEPFILES := $(patsubst %,%.d,$(REGFILES)) # All files belonging to the source distribution ALLFILES := $(SRCFILES) $(HDRFILES) $(AUXFILES) -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 -Wuninitialized -Wstrict-prototypes +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 -Wuninitialized -Wstrict-prototypes CFLAGS := -fno-builtin -g -std=c99 -I./internals -I./testing -I./platform/example/include -I./platform/example/internals $(WARNINGS) $(USERFLAGS) -.PHONY: all clean srcdist bindist test tests testdrivers regtests regtestdrivers todos fixmes find links unlink help +.PHONY: all clean srcdist tests testdrivers regtests regtestdrivers todos fixmes help all: pdclib.a testdrivers regtestdrivers @echo