From 026f5462d958f22f38803a19064cfc7c4f2c3b0d Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 24 Jan 2025 21:07:23 -0500 Subject: rename live to docs --- makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4c90120..31344a3 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3