aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-12-19 13:15:14 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-12-19 13:15:14 -0200
commit662506476b3b9bf651de064884a00c8dbce6e281 (patch)
tree5a7129e3448e7e7bc9678bc7c6185195660157e6 /makefile
parent5d7dec552044303abc0d469d430c1fbec3c7b635 (diff)
downloadlua-662506476b3b9bf651de064884a00c8dbce6e281.tar.gz
lua-662506476b3b9bf651de064884a00c8dbce6e281.tar.bz2
lua-662506476b3b9bf651de064884a00c8dbce6e281.zip
'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'.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 02a0814f..3bd319be 100644
--- a/makefile
+++ b/makefile
@@ -90,6 +90,7 @@ ALL_O= $(CORE_O) $(LUA_O) $(LUAC_O) $(AUX_O) $(LIB_O)
90ALL_A= $(CORE_T) 90ALL_A= $(CORE_T)
91 91
92all: $(ALL_T) 92all: $(ALL_T)
93 touch all
93 94
94o: $(ALL_O) 95o: $(ALL_O)
95 96