We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all
1 parent fd098b3 commit a13454dCopy full SHA for a13454d
Makefile
@@ -12,10 +12,13 @@ format:
12
test:
13
${JULIA} --project -e 'using Pkg; Pkg.resolve(); Pkg.test()'
14
15
+all: format test docs
16
+
17
help:
18
@echo "The following make commands are available:"
19
@echo " - make docs: instantiate and build the documentation"
20
@echo " - make format: format codes with JuliaFormatter"
21
@echo " - make test: run the tests"
22
+ @echo " - make all: run every commands above"
23
-.PHONY: default docs format test help
24
+.PHONY: default docs format test all help
0 commit comments