Skip to content
Snippets Groups Projects
Verified Commit b4bf4392 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update Makefile

parent a9ce8812
Branches
Tags
No related merge requests found
Makefile 0 → 100644
build:
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.resolve()'
doc:
make -C docs/
test:
julia --project=. -e 'using Pkg; Pkg.test()'
clean:
rm -rf docs/build/
preview:
julia -e 'using LiveServer; serve(dir="docs/build")'
.PHONY: build doc test clean preview
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment