From f87f0bada4d1b84f66cc1e45bcd51a82cdab4573 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 6 Jun 2015 22:35:56 +1200 Subject: Added -Wextra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f952224..34a1f60 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: mbrot-gen mbrot-gen: mbrot-gen.c - $(CC) -o $@ $@.c -lm -lpthread -Wall + $(CC) -o $@ $@.c -lm -lpthread -Wall -Wextra .PHONY: all clean -- cgit v1.1