changeset 1823:16f19774820b

Add an explicit rule for termhelper as it was relying on a built-in rule before
author Mike Pavone <pavone@retrodev.com>
date Wed, 03 Apr 2019 00:17:30 -0700
parents 8500bd987dda
children 62dd62c83b05
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Apr 03 00:14:09 2019 -0700
+++ b/Makefile	Wed Apr 03 00:17:30 2019 -0700
@@ -277,6 +277,9 @@
 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)