Skip to content

Commit bbb7eaf

Browse files
committed
Add *.dSYM/ directories to make clean.
1 parent 54ff3a0 commit bbb7eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,6 @@ test_scanner_opencl: test_scanner_opencl.cpp $(OBJS)
144144
clean:
145145
rm -f *.o lib/*.o test_bitstring test_scanner_opencl
146146
rm -f *.gcda *.gcno *.gcov
147+
rm -rf *.dSYM/
147148
rm -f libsdm.a libsdm.so test1 test1-dyn test2 test3 test4 test_linear test_thread test_opencl test_linear2 test_thread2 test_opencl2
148149
rm -f test/test_bitstring

0 commit comments

Comments
 (0)