summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-19 13:02:08 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-19 13:02:08 +0200
commitd2b3a18d60ac7ad3c40b57979347325f0df5bafc (patch)
treef72ce6cc1c44eb84f2d9e980f2b6ecd7642d7446
parent1ace4fb09c8a315308938c15161a84e7a6cdb52d (diff)
downloadnsxiv-d2b3a18d60ac7ad3c40b57979347325f0df5bafc.tar.zst
Addendum to 1ace4fb0
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9994395..fee7119 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ MANPREFIX = $(PREFIX)/share/man
CC ?= cc
CFLAGS += -std=c99 -Wall -pedantic
CPPFLAGS += -I/usr/include/freetype2
-DEPFLAGS = -MMD -MP
LDFLAGS +=
# autoreload backend: inotify/nop
@@ -34,7 +33,6 @@ LDLIBS = -lImlib2 -lX11 -lXft \
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
thumbs.c util.c window.c
OBJS = $(SRCS:.c=.o)
-DEPS = $(SRCS:.c=.d)
all: sxiv
@@ -62,7 +60,7 @@ config.h:
cp $(srcdir)/config.def.h $@
clean:
- rm -f $(OBJS) $(DEPS) sxiv
+ rm -f $(OBJS) sxiv
install: all
@echo "INSTALL bin/sxiv"