aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN-R-K <nrk@disroot.org>2022-05-31 08:54:32 +0200
committerGitHub <noreply@github.com>2022-05-31 08:54:32 +0200
commit57ff8afe028267f71111d28278770fc9bac9baff (patch)
tree86d27c53b7f6197b3d450b1d05519718d6732335
parentc713186ce9861eb4b0246896fd8b003d72994962 (diff)
downloadnsxiv-57ff8afe028267f71111d28278770fc9bac9baff.tar.zst
Makefile: add utf8.h as window.o dependency (#280)
unlikely for utf8.h to change, other than syncing with upstream, but doesn't hurt tracking it either ways.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9ae0ae..0ada98d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ nsxiv: $(objs)
$(objs): Makefile config.mk nsxiv.h config.h commands.h
options.o: version.h
-window.o: icon/data.h
+window.o: icon/data.h utf8.h
config.h:
@echo "GEN $@"