From 2a7cc52436ab4a7b6530881513679ac7ede997a8 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 21:52:28 -0500 Subject: Removing gitlab CI config I can't build / document currently --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d244996..8428b44 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,7 @@ install: configuration = release default: build -prebuild: - mkdir -p $(build_path) - -build: prebuild +build: swift build --build-path $(build_path) --configuration $(configuration) install: build @@ -29,7 +26,7 @@ test: build lint: cd Sources && swiftlint -document: prebuild +document: build sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json jazzy \ -s $(build_path)/$(source_binary_name).json \ -- cgit