fix error in Makefile

This commit is contained in:
Maximilian Keßler 2022-01-30 22:15:36 +01:00
parent e2d4d57eb0
commit ff6f4f6dc4

View File

@ -33,6 +33,6 @@ ci-build:
doc:
@-rm -r build/documentation
$(MAKE) -C doc $(MAKECMDGOALS)
$(MAKE) -C doc central-doc
.PHONY: build doc