X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/ffca0db7f130be1138844aa22be71493bcf57d26..3f746cc0beb5756e706e289ab2b92b43de928f74:/Makefile?ds=sidebyside 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