mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 18:01:37 -05:00
Add -std=c89. We already were compliant, and this is mostly to encourage
better patches from the GNU crowd. "do it" marco@
This commit is contained in:
parent
370f758d74
commit
b9b62a7f36
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue