Skip to content

Commit 2b6e122

Browse files
OgnjenOgnjen
authored andcommitted
Deleting .d files on clean build
1 parent bf6d1e2 commit 2b6e122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ clean:
110110
@[ -e src ] # sanity check directory
111111
@find . -iname *.so -exec rm '{}' \;
112112
@find . -iname *.o -exec rm '{}' \;
113+
@find . -iname *.d -exec rm '{}' \;
113114
@find ../Binaries -iname *.so -exec rm '{}' \;
114115
@find ../Binaries -iname *.txt -exec rm '{}' \;
115116
@find ../Binaries -iname SearchFile -exec rm '{}' \;

0 commit comments

Comments
 (0)