This commit is contained in:
2023-03-14 16:23:16 -04:00
parent 37f3bfde62
commit 78bfa7863a
18 changed files with 237 additions and 217 deletions

View File

@@ -5,11 +5,6 @@ DOCC_DIR ?= ./docs
clean:
rm -rf .build
build-and-run:
swift run -c release build-example
./.build/release/example --help
./.build/release/example
build-documentation:
swift package \
--allow-writing-to-directory "$(DOCC_DIR)" \