diff --git a/Makefile b/Makefile index b09bd56..18f6411 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ bump-version: bump update-version # -c to clean dist/ first -build: update-version +build: @rye build -c .PHONY: install