We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a91d12 commit e8399f1Copy full SHA for e8399f1
graalpython/com.oracle.graal.python.cext/Makefile
@@ -82,3 +82,6 @@ clean:
82
$(QUIETLY) rm -f ${OBJ_FILES}
83
$(QUIETLY) rm -f ${MODULE_TARGETS}
84
$(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