Skip to content

Commit

Permalink
add command all to Makefile (qutip#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang authored and albertomercurio committed Sep 28, 2024
1 parent d299eba commit 0ad4234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ format:
test:
${JULIA} --project -e 'using Pkg; Pkg.resolve(); Pkg.test()'

all: format test docs

help:
@echo "The following make commands are available:"
@echo " - make docs: instantiate and build the documentation"
@echo " - make format: format codes with JuliaFormatter"
@echo " - make test: run the tests"
@echo " - make all: run every commands above"

.PHONY: default docs format test help
.PHONY: default docs format test all help

0 comments on commit 0ad4234

Please sign in to comment.