[Makefile] Add README.md to doc target dependencies.

This commit is contained in:
Lorenzo Cogotti 2022-12-14 13:50:42 +01:00
parent ebfd9afe09
commit 2de1d642ec
1 changed files with 1 additions and 1 deletions

View File

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