Skip to content
Snippets Groups Projects

remove unnecessary rm parameter

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,6 @@ love:
@echo not war
clean:
rm -rf main
rm -f main
test:
Loading