Ver código fonte

Move DEPFLAGS from Makefile to config.mk

master
Bert Münnich 7 anos atrás
pai
commit
e3b68efadd
2 arquivos alterados com 1 adições e 1 exclusões
  1. +0
    -1
      Makefile
  2. +1
    -0
      config.mk

+ 0
- 1
Makefile Ver arquivo

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

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


Carregando…
Cancelar
Salvar