From 41c791342002e9fe8063b99ba9016a374aff8825 Mon Sep 17 00:00:00 2001 From: Greg Haerr Date: Mon, 18 Nov 2024 20:16:15 -0800 Subject: [PATCH] Get fm linking with v7malloc again --- elkscmd/tui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elkscmd/tui/Makefile b/elkscmd/tui/Makefile index 7b8b185ec..22b1ad2bb 100644 --- a/elkscmd/tui/Makefile +++ b/elkscmd/tui/Makefile @@ -13,10 +13,11 @@ PRGS = fm matrix cons ttyinfo sl ttyclock ttypong ttytetris invaders #PRGS_HOST = TUILIB = tty.o runes.o unikey.o +MALLOC=../../libc/malloc/v7malloc.o all: $(PRGS) $(PRGS_HOST) -fm: fm.o strverscmp.o realpath.o strlcpy.o strlcat.o curses.o curses2.o $(TUILIB) v7malloc.o +fm: fm.o strverscmp.o realpath.o strlcpy.o strlcat.o curses.o curses2.o $(TUILIB) $(MALLOC) $(LD) $(LDFLAGS) -maout-heap=0xffff -o $@ $^ $(LDLIBS) matrix: matrix.o tty-cp437.o kcp437.o tty.o runes.o