Explorar el Código

Move DEPFLAGS from Makefile to config.mk

master
Bert Münnich hace 7 años
padre
commit
e3b68efadd
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -1
      Makefile
  2. +1
    -0
      config.mk

+ 0
- 1
Makefile Ver fichero

@@ -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



+ 1
- 0
config.mk Ver fichero

@@ -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


Cargando…
Cancelar
Guardar