~ chicken-core (chicken-5) a3530bbdb0fa1a83ee3dd3f6153a02be39c95efb
commit a3530bbdb0fa1a83ee3dd3f6153a02be39c95efb Author: Evan Hanson <evhan@foldling.org> AuthorDate: Wed May 13 17:59:47 2020 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Wed May 13 18:00:06 2020 +1200 Remove inline files generated by tests in "make testclean" target diff --git a/rules.make b/rules.make index 7cf181da..a8a332f9 100644 --- a/rules.make +++ b/rules.make @@ -985,6 +985,7 @@ testclean: -$(REMOVE_COMMAND) $(REMOVE_COMMAND_RECURSIVE_OPTIONS) \ $(SRCDIR)tests$(SEP)*.dll \ $(SRCDIR)tests$(SEP)*.import.scm \ + $(SRCDIR)tests$(SEP)*.inline \ $(SRCDIR)tests$(SEP)*.link \ $(SRCDIR)tests$(SEP)*.o \ $(SRCDIR)tests$(SEP)*.obj \Trap