about summary refs log tree commit diff stats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-25 15:14:33 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-25 15:14:33 -0800
commit2b5559d8eb957d447daec919e8975dc0c5ca6810 (patch)
tree36cca739a65393271ecc29d296be8d6025620045 /src/Makefile
parent526d37e4ac1529685eb5378368cc7a028eb6b330 (diff)
downloadteliva-2b5559d8eb957d447daec919e8975dc0c5ca6810.tar.gz
update all places when changing color scheme
Diffstat (limited to 'src/Makefile')
-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)