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.
pull/266/head
N-R-K 2 years ago committed by GitHub
parent c713186ce9
commit 57ff8afe02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save