From 2de1d642ec88221071d0250c517ac4af5e736659 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 14 Dec 2022 13:50:42 +0100 Subject: [PATCH] [Makefile] Add README.md to doc target dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 455bab8..1adec1f 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ osx.o: osx.c xconf.h luacompat.h osx.h osx_dir.h $(lib): $(o) $(_o) $(LD) $(LIBFLAG) -o $@ $(_ldflags) $(LDFLAGS) $(o) $(_o) -doc/index.html: config.ld osx.c +doc/index.html: README.md config.ld osx.c $(LDOC) . doc: doc/index.html