diff options
author | N-R-K <nrk@disroot.org> | 2022-05-31 06:54:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 06:54:32 +0000 |
commit | 57ff8afe028267f71111d28278770fc9bac9baff (patch) | |
tree | 86d27c53b7f6197b3d450b1d05519718d6732335 | |
parent | c713186ce9861eb4b0246896fd8b003d72994962 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@" |