1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-09 20:18:28 +00:00

Add "clean" as synonym for "cleanup" in ./makeright <display> 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.
This commit is contained in:
Nick Briggs
2023-03-17 22:45:40 -07:00
committed by GitHub
parent 7c322f41c4
commit 525b9c94d8

View File

@@ -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: