about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 65dea6d..0d359ab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -189,7 +189,7 @@ lzio.o: lzio.c lua.h luaconf.h llimits.h lmem.h lstate.h lobject.h ltm.h \
   lzio.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
+kilo.o: kilo.c lua.h teliva.h
+teliva.o: teliva.c lua.h lauxlib.h lualib.h teliva.h tlv.h
 
 # (end of Makefile)