From 20e78c828e3995371a5ed29f3f53514370b7c152 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 24 Jan 2025 20:57:54 -0500 Subject: host docs here now --- makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 makefile (limited to 'makefile') 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 -- cgit v1.2.3