Compare commits
No commits in common. "bd31e060ab44dd7644164fcd5a82b4514810197b" and "8e58d45e10a331231860cd502c3951c82c58f0aa" have entirely different histories.
bd31e060ab
...
8e58d45e10
1 changed files with 0 additions and 11 deletions
11
build.py
11
build.py
|
@ -1,11 +0,0 @@
|
|||
#! /usr/bin/env python3
|
||||
"""Dummy build."""
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from rwx.fs import make_directory
|
||||
|
||||
if __name__ == "__main__":
|
||||
out = Path(__file__).parent / "out"
|
||||
make_directory(out)
|
||||
write(out / "index.html", "spcd.rwx.work")
|
Loading…
Reference in a new issue