aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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