Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KC-2001MS committed Jul 30, 2024
1 parent a2563c7 commit 23e7cc0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,3 @@ clean:
rm -rf .build

.PHONY: build install uninstall clean

docc:
swift package --allow-writing-to-directory $(DOCC_DIR) \
generate-documentation --target $(DOCC_TARGET) \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path $(DOCC_TARGET) \
--output-path $(DOCC_DIR)

docc-preview:
swift package --disable-sandbox preview-documentation --target $(DOCC_TARGET)

.PHONY: docc-preview docc

0 comments on commit 23e7cc0

Please sign in to comment.