diff options
| author | Carson Fleming <cflems@cflems.net> | 2025-01-24 21:07:23 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2025-01-24 21:07:23 -0500 |
| commit | 026f5462d958f22f38803a19064cfc7c4f2c3b0d (patch) | |
| tree | 2cbef020766244bc6a5cef5efd99cd197efa4fa5 /makefile | |
| parent | 6cc283f208b3a362e397c78dd9a30419ced70517 (diff) | |
| download | pk-026f5462d958f22f38803a19064cfc7c4f2c3b0d.tar.gz | |
rename live to docs
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +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 + php -f index.php >docs/index.html + php -f client.php >docs/client.html + php -f server.php >docs/server.html + php -f hdb.php >docs/hdb.html + php -f commands.php >docs/commands.html |
