From 662506476b3b9bf651de064884a00c8dbce6e281 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Dec 2018 13:15:14 -0200 Subject: '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'. --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') 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) ALL_A= $(CORE_T) all: $(ALL_T) + touch all o: $(ALL_O) -- cgit v1.2.3-55-g6feb