Skip to content

Commit 2adb2db

Browse files
committed
Use correct syntax for make clean
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 67fc00e commit 2adb2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ valid: black
7272

7373
clean:
7474
@echo "-> Clean the Python env"
75-
rm -rm ${VENV}
75+
rm -rf ${VENV}
7676

7777
migrate:
7878
@echo "-> Apply database migrations"

0 commit comments

Comments
 (0)