diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-01-24 20:57:54 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-01-24 20:57:54 -0500 |
| commit | 20e78c828e3995371a5ed29f3f53514370b7c152 (patch) | |
| tree | e8d738d41be5cb9c657babf66facb8ef7459abab /makefile | |
| download | pk-20e78c828e3995371a5ed29f3f53514370b7c152.tar.gz | |
host docs here now
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..4c90120 --- /dev/null +++ b/makefile @@ -0,0 +1,6 @@ +all: + php -f index.php >live/index.html + php -f client.php >live/client.html + php -f server.php >live/server.html + php -f hdb.php >live/hdb.html + php -f commands.php >live/commands.html |
