Skip to content

Commit e8399f1

Browse files
committed
clean out any stale test .bc files when we clean cext also
1 parent 8a91d12 commit e8399f1

File tree

1 file changed

+3
-0
lines changed
  • graalpython/com.oracle.graal.python.cext

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.cext/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ clean:
8282
$(QUIETLY) rm -f ${OBJ_FILES}
8383
$(QUIETLY) rm -f ${MODULE_TARGETS}
8484
$(QUIETLY) rm -f ${MODULE_OBJ_FILES}
85+
ifeq ($(wildcard ../com.oracle.graal.python.test/src/tests/cpyext/*.bc),)
86+
rm -f $(wildcard ../com.oracle.graal.python.test/src/tests/cpyext/*.bc)
87+
endif

0 commit comments

Comments
 (0)