mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
12 lines
158 B
Makefile
12 lines
158 B
Makefile
JULIA := julia --color=yes --project=.
|
|
|
|
all: docs
|
|
|
|
docs:
|
|
mkdocs build
|
|
|
|
docs-push:
|
|
rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/
|
|
|
|
.PHONY: docs
|