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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user