diff options
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 |
