From d3ac0849973fd40751339151a2b6ef8f950b560d Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 28 Nov 2005 14:55:45 +0000 Subject: [PATCH] Add the ltest module to the makefile git-svn-id: svn://svn.cc65.org/cc65/trunk@3675 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/runtime/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \