From 49c6aa324bfb077f79792301e021949783f40aa4 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 3 Apr 2019 00:17:30 -0700 Subject: Add an explicit rule for termhelper as it was relying on a built-in rule before --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 36d843a..468d6f4 100644 --- a/Makefile +++ b/Makefile @@ -277,6 +277,9 @@ blastem$(EXE) : $(MAINOBJS) blastjag$(EXE) : jaguar.o jag_video.o $(RENDEROBJS) serialize.o $(M68KOBJS) $(TRANSOBJS) $(CONFIGOBJS) $(CC) -o $@ $^ $(LDFLAGS) +termhelper : termhelper.o + $(CC) -o $@ $^ $(LDFLAGS) + dis$(EXE) : dis.o 68kinst.o tern.o vos_program_module.o $(CC) -o $@ $^ $(OPT) -- cgit v1.2.3