X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/c40c4889ef03ef1d6a81a71ffe0de7510d1e43df..71a7e5c5f2fa792715f1c4c9491ad8cc7e718388:/Makefile diff --git a/Makefile b/Makefile index 03bc6c5..f5e1548 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ INSTALL = install tl-append: %: %.c - $(CC) -Wall -Wextra -pedantic -o $@ $^ + $(CC) -Wall -Wextra -pedantic -std=c99 -o $@ $^ .PHONY: check check: tl-append tl-append-test