1
0
mirror of https://codeberg.org/1414codeforge/lua-osx.git synced 2025-04-07 07:11:05 +02:00

[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

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