X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/ffca0db7f130be1138844aa22be71493bcf57d26..19e7bffcd3401026517e1f02d55f6050d3baf80d:/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