Skip to content

Commit 8c438b7

Browse files
committed
Fix clean-dist recipe
1 parent b3bca00 commit 8c438b7

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
@@ -75,7 +75,7 @@ cleanpytest :
7575
clean-all : clean clean-dist ;
7676

7777
.PHONY : clean-dist
78-
cleandist :
78+
clean-dist :
7979
rm -rf ./dist/*
8080

8181
.PHONY : clean-venv

0 commit comments

Comments
 (0)