Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Added force flag to rm
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 16, 2015
1 parent df2468f commit 14f583c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ all: $(OBJECTS)
$< -o $@

clean:
rm $(SRC_DIR)/*.o
rm -f $(SRC_DIR)/*.o
rm -f $(SRC_DIR)/*.so

0 comments on commit 14f583c

Please sign in to comment.