about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 97dd248..ef89057 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -182,5 +182,6 @@ lzio.o: lzio.c lua.h luaconf.h llimits.h lmem.h lstate.h lobject.h ltm.h \
 print.o: print.c ldebug.h lstate.h lua.h luaconf.h lobject.h llimits.h \
   ltm.h lzio.h lmem.h lopcodes.h lundump.h
 kilo.o: kilo.c teliva.h
+teliva.o: teliva.c teliva.h
 
 # (end of Makefile)