~ chicken-core (chicken-5) d7d5894afebd95f78960060014bea2454032fb25


commit d7d5894afebd95f78960060014bea2454032fb25
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Fri Aug 24 10:44:23 2018 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Sat Aug 25 05:25:56 2018 +1200

    Update testclean target to include "obj" files

diff --git a/rules.make b/rules.make
index acbe8795..0fcc1260 100644
--- a/rules.make
+++ b/rules.make
@@ -947,6 +947,8 @@ testclean:
 	  $(SRCDIR)tests$(SEP)*.dll \
 	  $(SRCDIR)tests$(SEP)*.import.scm \
 	  $(SRCDIR)tests$(SEP)*.link \
+	  $(SRCDIR)tests$(SEP)*.o \
+	  $(SRCDIR)tests$(SEP)*.obj \
 	  $(SRCDIR)tests$(SEP)*.out \
 	  $(SRCDIR)tests$(SEP)*.profile \
 	  $(SRCDIR)tests$(SEP)*.so \
@@ -954,7 +956,6 @@ testclean:
 	  $(SRCDIR)tests$(SEP)empty-file \
 	  $(SRCDIR)tests$(SEP)null \
 	  $(SRCDIR)tests$(SEP)null.c \
-	  $(SRCDIR)tests$(SEP)null.o \
 	  $(SRCDIR)tests$(SEP)null.exe \
 	  $(SRCDIR)tests$(SEP)test-repository
 
Trap