]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Update clean command
authorBen Beltran <redacted>
Mon, 13 May 2019 19:49:00 +0000 (21:49 +0200)
committerBen Beltran <redacted>
Mon, 13 May 2019 19:49:00 +0000 (21:49 +0200)
Makefile

index 5cd76605d634c7e19fd0b336ea58a87d9e5bbc20..3066e117f8c07449ee80dc09644d43320c9fa956 100644 (file)
--- 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