From 57ff8afe028267f71111d28278770fc9bac9baff Mon Sep 17 00:00:00 2001 From: N-R-K Date: Tue, 31 May 2022 06:54:32 +0000 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@" -- cgit v1.2.3-54-g00ecf