X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=lib%2FMakefile;h=98251ef267d40ce596a5431b29f503f79b1f1aed;hb=3677d289e8a55e369b09eee4eb64df2f59f7922a;hp=decc2ba35e73d8400f5762adf69ecf8fba480838;hpb=ba542eb4936d1d51ce09efae93649f49f413540a;p=spectrwm.git diff --git a/lib/Makefile b/lib/Makefile index decc2ba..98251ef 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,10 +7,13 @@ NOMAN= yes SRCS= swm_hack.c LIBDIR= ${X11BASE}/lib +CC?= cc + DEBUGLIBS= no NOPROFILE= yes -CFLAGS+=-Wall -Wno-uninitialized -g -fPIC +CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g +CFLAGS+= -fPIC CFLAGS+= -I${X11BASE}/include install: