14 lines
217 B
Makefile
14 lines
217 B
Makefile
all: run
|
|
|
|
run:
|
|
python3 -m http.server
|
|
|
|
update:
|
|
python3 update.py
|
|
|
|
upload:
|
|
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
|
|
|
|
uploadimages:
|
|
scp -r images varia:public_html/volumetric-regimes/
|