fix error in Makefile
This commit is contained in:
parent
e2d4d57eb0
commit
ff6f4f6dc4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,6 +33,6 @@ ci-build:
|
|||
|
||||
doc:
|
||||
@-rm -r build/documentation
|
||||
$(MAKE) -C doc $(MAKECMDGOALS)
|
||||
$(MAKE) -C doc central-doc
|
||||
|
||||
.PHONY: build doc
|
||||
|
|
Loading…
Reference in a new issue