File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ teardown-py: $(PYTHON_TEARDOWN_TARGETS)
99
99
% -py-teardown : % -py-clean
100
100
$(MAKE ) -C $* teardown
101
101
102
+ # Specialize the %-py-teardown pattern rule above to account for the Makefile duopoly in shared-data.
103
+ $(SHARED_DATA_DIR ) -py-teardown : $(SHARED_DATA_DIR ) -py-clean
104
+ $(MAKE ) -C $(SHARED_DATA_DIR ) teardown-py
105
+
102
106
# clean all project output
103
107
.PHONY : clean
104
108
clean : clean-js clean-py
@@ -117,6 +121,10 @@ clean-py: $(PYTHON_CLEAN_TARGETS)
117
121
% -py-clean :
118
122
$(MAKE ) -C $* clean
119
123
124
+ # Specialize the %-py-clean pattern rule above to account for the Makefile duopoly in shared-data.
125
+ $(SHARED_DATA_DIR ) -py-clean :
126
+ $(MAKE ) -C $(SHARED_DATA_DIR ) clean-py
127
+
120
128
.PHONY : deploy-py
121
129
deploy-py : export twine_repository_url = $(twine_repository_url )
122
130
deploy-py : export pypi_username = $(pypi_username )
You can’t perform that action at this time.
0 commit comments