Skip to content

Commit

Permalink
Cleanup: Add -f to rm commands of make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 authored and orudge committed Mar 2, 2021
1 parent 6d74c18 commit 2694299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Expand Up @@ -45,6 +45,6 @@ endif
sound: $(OBS_FILE)

clean::
$(_V) -rm $(OBS_FILE)
$(_V) -rm $(SOUND_FILE)
$(_V) -rm src/$(SOUND_FILE)
$(_V) -rm -f $(OBS_FILE)
$(_V) -rm -f $(SOUND_FILE)
$(_V) -rm -f src/$(SOUND_FILE)

0 comments on commit 2694299

Please sign in to comment.