Skip to content
Permalink
Browse files

Use rm -f for make clean.

  • Loading branch information
parazyd committed Oct 1, 2020
1 parent ae6b730 commit dea23407167c0845e7a18f5d0ba2ec0d74f172dc
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Makefile
@@ -17,4 +17,4 @@ $(LIB):$(OBJS)
.PHONE: clean all

clean:
rm $(OBJS)
rm -f $(OBJS)

0 comments on commit dea2340

Please sign in to comment.
You can’t perform that action at this time.