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:
parent
ebfd9afe09
commit
2de1d642ec
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user