From 525b9c94d8862546508861b050e429e5b564d5ee Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 17 Mar 2023 22:45:40 -0700 Subject: [PATCH] Add "clean" as synonym for "cleanup" in ./makeright cleanup (#463) There is no reason for the constructed makefile not to recognize "clean" as well as the original "cleanup" as target to remove the object files and executables. --- bin/makefile-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-tail b/bin/makefile-tail index ad64c19..94ebb75 100644 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -1055,7 +1055,7 @@ $(OBJECTDIR)lpy.tab.o: $(SRCDIR)lpy.tab.c $(REQUIRED-INCS) $(INCDIR)lpdefs.h $(I # .c.s. should always have -O ################################################################################ -cleanup: +clean cleanup: $(RM) -r $(OBJECTDIR) $(OSARCHDIR) .c.o: