From: cuz Date: Mon, 28 Nov 2005 14:55:45 +0000 (+0000) Subject: Add the ltest module to the makefile X-Git-Tag: V2.12.0~178 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3ac0849973fd40751339151a2b6ef8f950b560d;p=cc65 Add the ltest module to the makefile git-svn-id: svn://svn.cc65.org/cc65/trunk@3675 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/runtime/Makefile b/libsrc/runtime/Makefile index 0b67da29a..14158398e 100644 --- a/libsrc/runtime/Makefile +++ b/libsrc/runtime/Makefile @@ -141,6 +141,7 @@ OBJS = add.o \ lsubeq.o \ lsubeqsp.o \ lt.o \ + ltest.o \ ludiv.o \ luge.o \ lugt.o \