From 4342f86d506040ff3f444aad8bd12934a9c8eba3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 23 Mar 2018 13:19:11 -0700 Subject: [PATCH] cleanup should remove both tstsout.o and setsout.o --- bin/makefile-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index 619fbe9..2e53d16 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -1122,7 +1122,7 @@ $(NATDIR)disp68K.il : $(SRCDIR)disp68K.il ################################################################################ cleanup : - rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OSARCHDIR)lde + rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OBJECTDIR)tstsout.o $(OBJECTDIR)setsout.o $(OSARCHDIR)lde .c.o: $(CC) $(RFLAGS) $*.c -o $@ $(INLINE)