Move DEPFLAGS from Makefile to config.mk
This commit is contained in:
parent
33b5dbfa82
commit
e3b68efadd
2 changed files with 1 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -7,7 +7,6 @@ all: sxiv
|
|||
include config.mk
|
||||
|
||||
CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
|
||||
DEPFLAGS := -MMD -MP
|
||||
|
||||
LDLIBS := -lImlib2 -lX11 -lXft
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ MANPREFIX := $(PREFIX)/share/man
|
|||
CC ?= gcc
|
||||
CFLAGS += -std=c99 -Wall -pedantic
|
||||
CPPFLAGS += -I/usr/include/freetype2 -D_XOPEN_SOURCE=700
|
||||
DEPFLAGS := -MMD -MP
|
||||
LDFLAGS +=
|
||||
|
||||
# autoreload backend: inotify/nop
|
||||
|
|
Loading…
Add table
Reference in a new issue