From d8257e765948faa741e81750d54cfe77b6540a4f Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 26 Jan 2021 08:25:28 -0800 Subject: [PATCH] make makefile-tail cleanup target remove everything (#303) --- bin/makefile-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/makefile-tail diff --git a/bin/makefile-tail b/bin/makefile-tail old mode 100755 new mode 100644 index 328d951..37bab8e --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -870,7 +870,7 @@ $(OBJECTDIR)lpy.tab.o : $(SRCDIR)lpy.tab.c $(REQUIRED-INCS) $(INCDIR)lpdefs.h $ ################################################################################ cleanup : - rm -f $(LIBFILES) $(EXTFILES) $(OBJECTDIR)tstsout.o $(OBJECTDIR)setsout.o $(OSARCHDIR)lde $(OSARCHDIR)ldex $(OSARCHDIR)ldeether + rm -rf $(OBJECTDIR) $(OSARCHDIR) .c.o: $(CC) $(RFLAGS) $*.c -o $@