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 fe7f149 commit 6019323Copy full SHA for 6019323
1 file changed
Makefile
@@ -406,7 +406,7 @@ clean-lean: rm-lean
406
407
.PHONY: rm-lean
408
rm-lean:
409
- if test -d $(ROOT_PATH); then find $(ROOT_PATH) -maxdepth 1 -name '*.lean' $(LEANFILES:%=-a ! -name $(ROOT_PATH)/%) -delete; fi
+ if test -d $(ROOT_PATH); then find $(ROOT_PATH) -maxdepth 1 -name '*.lean' $(LEANFILES:%=-a ! -wholename $(ROOT_PATH)/%) -delete; fi
410
411
$(ROOT_PATH).lean:
412
ifneq ($(SET_STI_FILES),1)
0 commit comments