Skip to content

Allow combining multiple make tasks in make.bat #146

@lochhh

Description

@lochhh

Using the current Makefile, one can execute multiple tasks, e.g. clean (remove all auto-generated files) and html (build the docs), using a single command

make clean html

However, to achieve the same thing using make.bat, one needs to use separate make commands, e.g.

make clean && make html

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions