~ chicken-core (chicken-5) 38c4467fd1c08a42a030390c38c29ec36e7ba8fe
commit 38c4467fd1c08a42a030390c38c29ec36e7ba8fe Author: Peter Bex <peter@more-magic.net> AuthorDate: Mon May 15 20:51:58 2017 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Mon May 15 20:51:58 2017 +0200 Add CHICKEN_DEBUGGER_PROGRAM to clean target This was missing, so the generated "feathers" script would stick around after a "make clean" or "make spotless" Conflicts: rules.make diff --git a/rules.make b/rules.make index c1bdda32..49435e5c 100644 --- a/rules.make +++ b/rules.make @@ -905,6 +905,7 @@ clean: $(CHICKEN_STATUS_PROGRAM)$(EXE) \ $(CHICKEN_BUG_PROGRAM)$(EXE) *$(O) \ $(CHICKEN_DO_PROGRAM)$(EXE) \ + $(CHICKEN_DEBUGGER_PROGRAM) \ $(LIBCHICKEN_SO_FILE) \ $(PRIMARY_LIBCHICKEN) \ lib$(PROGRAM_PREFIX)chicken$(PROGRAM_SUFFIX)$(A) \Trap