X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/8f882a0bccd7f71b5316bfaaaf494e7c34fce71e..c32d8723eb863a95d821f4dc18281e17965d4025:/Makefile diff --git a/Makefile b/Makefile index 5cd7660..3066e11 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,6 @@ document: build --module Lyricli \ clean: - swift build --clean + swift package clean .PHONY: build install test clean lint