Skip to content

Commit

Permalink
Get fm linking with v7malloc again
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Nov 19, 2024
1 parent 19615dd commit 41c7913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elkscmd/tui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41c7913

Please sign in to comment.