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 384a457 commit e7d4362Copy full SHA for e7d4362
Release/Makefile
@@ -113,6 +113,7 @@ clean:
113
@find . -iname *.d -exec rm '{}' \;
114
@find ../Binaries -iname *.so -exec rm '{}' \;
115
@find ../Binaries -iname *.txt -exec rm '{}' \;
116
+ @find ../Binaries -iname *.d -exec rm '{}' \;
117
@find ../Binaries -iname SearchFile -exec rm '{}' \;
118
@find ../Binaries -iname BingRequest -exec rm '{}' \;
119
@find ../Binaries -iname syncdir -exec rm '{}' \;
0 commit comments