Skip to content

Commit 81159c1

Browse files
committed
makefile: remove noop docs rule from all
`docs` phony is not yet functional and leaves error for `make` so remove it until its implemented Signed-off-by: Aditya Rajan <[email protected]>
1 parent e21161f commit 81159c1

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
@@ -34,7 +34,7 @@ else
3434
endif
3535

3636
.PHONY: all
37-
all: vendor build docs
37+
all: vendor build
3838

3939
bin:
4040
mkdir -p $@

0 commit comments

Comments
 (0)