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

Update makefile

parent 13259275
No related branches found
No related tags found
1 merge request!32Orientations readout and interpolation
......@@ -10,8 +10,11 @@ test:
clean:
rm -rf docs/build/
docwatch:
while true; do fswatch -1 docs src && make doc; done
preview:
julia -e 'using LiveServer; serve(dir="docs/build")'
.PHONY: build doc test clean preview
.PHONY: build doc docwatch test clean preview
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment