mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
'all' script automatically 'make's everything
The script 'all', to run all tests, automatically ensures that the Lua interpreter and the test C libraries (in 'testes/libs/') are updated with any changes in 'luaconf.h'.
This commit is contained in:
parent
5d7dec5520
commit
662506476b
3 changed files with 10 additions and 6 deletions
1
makefile
1
makefile
|
|
@ -90,6 +90,7 @@ ALL_O= $(CORE_O) $(LUA_O) $(LUAC_O) $(AUX_O) $(LIB_O)
|
|||
ALL_A= $(CORE_T)
|
||||
|
||||
all: $(ALL_T)
|
||||
touch all
|
||||
|
||||
o: $(ALL_O)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue