Skip to content

Commit 01ec635

Browse files
committed
Use short form --force flag for rm to maintain macOS compatibility
macOS' rm does not ship with the `--force` flag, annoyingly.
1 parent d3391af commit 01ec635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mypy:
2121
build: _uv
2222
uv pip install -r requirements.prod.txt -r requirements.dev.txt
2323
python manage.py collectstatic --no-input
24-
rm --force ccbv.sqlite
24+
rm -f ccbv.sqlite
2525
python manage.py migrate
2626
python manage.py load_all_django_versions
2727

0 commit comments

Comments
 (0)