Skip to content

Commit 4fab393

Browse files
authored
CONFIG: Fix typo in Makefile (#143)
1 parent fff1b2d commit 4fab393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build-docs:
4848
SWIFTCI_DOCC=1 swift package generate-documentation --product $(TARGET)
4949
swift package resolve
5050

51-
.PHONY: docs
51+
.PHONY: preview-docs
5252
preview-docs:
5353
SWIFTCI_DOCC=1 swift package --disable-sandbox preview-documentation --target $(TARGET)
5454

0 commit comments

Comments
 (0)