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.
This commit is contained in:
N-R-K
2022-05-31 06:54:32 +00:00
committed by GitHub
parent c713186ce9
commit 57ff8afe02

View File

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