16 lines
349 B
Makefile
16 lines
349 B
Makefile
all: run
|
|
|
|
run:
|
|
python3 -m http.server
|
|
|
|
update:
|
|
python3 update.py
|
|
# missing: sync the css on the etherpad with the local print.css file
|
|
# the same counts for the notes i guess, but is less urgent
|
|
|
|
upload:
|
|
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
|
|
|
|
uploadimages:
|
|
scp -r images varia:public_html/volumetric-regimes/
|