From 467d33d9130725100d5a3b3b2f43e5a07f0c8d9a Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 9 Jun 2017 14:08:39 -0700 Subject: [PATCH] makefile cleanup target should also remove lde executable. --- bin/makefile-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index e270234..febcf74 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -1119,7 +1119,7 @@ $(NATDIR)disp68K.il : $(SRCDIR)disp68K.il ################################################################################ cleanup : - rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) + rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OSARCHDIR)lde .c.o: $(CC) $(RFLAGS) $*.c -o $@ $(INLINE)