From: Ben Beltran Date: Mon, 13 May 2019 19:49:00 +0000 (+0200) Subject: Update clean command X-Git-Tag: 1.0.0^2^2~17 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/c32d8723eb863a95d821f4dc18281e17965d4025 Update clean command --- 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