We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b7921 commit f0ba40fCopy full SHA for f0ba40f
make.sh
@@ -6,5 +6,5 @@
6
7
# Make folder if it doesn't exist before.
8
mkdir -p bin;
9
-cd bin && rm -rf;
+cd bin && rm -rf *;
10
cmake ../ && make -j4 && ./n-body;
0 commit comments