File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,23 @@ JULIA:=julia
22
33default : help
44
5- docs :
6- ${JULIA} --project=docs -e ' using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
7- ${JULIA} --project=docs docs/make.jl
8-
95format :
106 ${JULIA} -e ' using JuliaFormatter; format(".")'
117
128test :
139 ${JULIA} --project -e ' using Pkg; Pkg.resolve(); Pkg.test()'
1410
11+ docs :
12+ ${JULIA} --project=docs -e ' using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
13+ ${JULIA} --project=docs docs/make.jl
14+
1515all : format test docs
1616
1717help :
1818 @echo " The following make commands are available:"
19- @echo " - make docs: instantiate and build the documentation"
2019 @echo " - make format: format codes with JuliaFormatter"
2120 @echo " - make test: run the tests"
22- @echo " - make all: run every commands above"
21+ @echo " - make docs: instantiate and build the documentation"
22+ @echo " - make all: run every commands in the above order"
2323
24- .PHONY : default docs format test all help
24+ .PHONY : default format test docs all help
You can’t perform that action at this time.
0 commit comments