X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=Makefile;h=7d7d6124e44a70b92f650cd9a7ca7f69706dce30;hp=08511cc8a05943bbf826e5ae08712f86d6fd3ba4;hb=dfdddad465cc954daf99e88e6a6de0694fef820c;hpb=73ba6a9e9a9308747fd0fa301e1a349746eaf47c diff --git a/Makefile b/Makefile index 08511cc..7d7d612 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ scherzo_srcs := \ scherzo_modules = $(scherzo_srcs:.c=.o) +CFLAGS ?= -g WARN_CFLAGS = -Wall -Wextra SCHERZO_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(CONFIGURE_CFLAGS) $(extra_cflags) -I./mnemon `pkg-config --cflags gtk+-2.0 alsa`