X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/942fbbc8e7085fd5704ad2ffa096f02a42ab3afe..307993a0c51d3207581c33068d69e2b826348bd6:/Makefile diff --git a/Makefile b/Makefile index 34eec3a..abbfd02 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,10 @@ install: build test: build swift test +lint: + cd Sources && swiftlint + clean: swift build --clean -.PHONY: build test clean +.PHONY: build install test clean lint