5 lines
102 B
Makefile
5 lines
102 B
Makefile
|
#!/usr/bin/env -S just --justfile
|
||
|
|
||
|
upload:
|
||
|
scp -r css/ img/ index.html tyrel.dev:/www/tyrel.dev/
|