Skip to content

Commit da32f21

Browse files
committed
added force clean
1 parent f0ed882 commit da32f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoyalSociety2018/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Muscles.o: Muscles.cpp Muscles.h VectorMatrix.h random.h
1919
main.o: main.cpp Worm.h WormBody.h StretchReceptor.h Muscles.h TSearch.h
2020
g++ -c -O3 -flto main.cpp
2121
clean:
22-
rm *.o main
22+
rm -f *.o main

0 commit comments

Comments
 (0)