X-Git-Url: https://git.cworth.org/git?p=wordgame;a=blobdiff_plain;f=Makefile;h=270b2ef3df53bbc84c3e42569f1469e8f0175964;hp=8d8e5a5e36dace4e4d7b619037d430184409adff;hb=7787438f3c3844ab9597320213f5bd19bc6426e1;hpb=6717cd95edcf1332c81daaa6c608c293dc8ffb4a diff --git a/Makefile b/Makefile index 8d8e5a5..270b2ef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -WGCFLAGS=-Wall -Wextra -Wno-unused-parameter +WGCFLAGS=-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter PROGRAMS=grid all: $(PROGRAMS)