JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add -std=c89. We already were compliant, and this is mostly to encourage
[spectrwm.git] / Makefile
index 2e564ee..9e432cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SUBDIR= lib
 PROG=scrotwm
 MAN=scrotwm.1
 
-CFLAGS+=-Wall -Wno-uninitialized -ggdb3
+CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
 CPPFLAGS+= -I${X11BASE}/include
 LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr