Skip to content

Commit d49ece5

Browse files
authored
Add distclean-csl rule (#39234)
1 parent 5f07210 commit d49ece5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/csl.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ clean-csl:
7575
-rm -f $(build_shlibdir)/libwinpthread*$(SHLIB_EXT)*
7676
-rm -f $(build_shlibdir)/libatomic*$(SHLIB_EXT)*
7777
-rm -f $(build_shlibdir)/libgomp*$(SHLIB_EXT)*
78+
distclean-csl: clean-csl
7879

7980
else
8081
$(eval $(call bb-install,csl,CSL,true))

0 commit comments

Comments
 (0)