Quellcode durchsuchen

Move DEPFLAGS from Makefile to config.mk

master
Bert Münnich vor 8 Jahren
Ursprung
Commit
e3b68efadd
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +0
    -1
      Makefile
  2. +1
    -0
      config.mk

+ 0
- 1
Makefile Datei anzeigen

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

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


Laden…
Abbrechen
Speichern