Skip to content

Commit

Permalink
force removal of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jun 17, 2022
1 parent 449c01d commit 67f898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -141,7 +141,7 @@ run: $(OUTPUT)

.PHONY: clean
clean:
@$(RM) -r $(BUILD) $(OUTPUT)
@$(RM) -rf $(BUILD) $(OUTPUT)

help:
@echo available targets: all run clean
Expand Down

0 comments on commit 67f898b

Please sign in to comment.