Remember to regenerate the ninja files if any build.lua changes.
This commit is contained in:
parent
1ceaf6ea0f
commit
831e07e656
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -105,7 +105,7 @@ else
|
|||
$(error unknown BUILDSYSTEM = $(BUILDSYSTEM))
|
||||
endif
|
||||
|
||||
$(build-file): first/ackbuilder.lua Makefile
|
||||
$(build-file): first/ackbuilder.lua Makefile $(lua-files)
|
||||
@mkdir -p $(BUILDDIR)
|
||||
@$(LUA) first/ackbuilder.lua \
|
||||
first/build.lua build.lua \
|
||||
|
|
Loading…
Reference in a new issue