From d8b71f0d2fb7b126a802b13b97f5879f8cf8196a Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Mar 2026 20:49:18 +0000 Subject: [PATCH] Update homepage --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index fdd3c5f..61060fa 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ The Wizard's Apprentice Standard Library (`wapp` for short) is a collection of C ## Building -The library is mainly developed on Linux/macOS, so it uses `make` for building the code. However, it mostly uses it as a task runner rather than a full fledged build system. +The library is mainly developed on Linux/macOS, so it uses `make` for building the code. However, it mostly uses it as a task runner rather than a full fledged build system. It also is designed to work without even needing a build system so it can be added to a codebase and used as is. Clone the repo to your computer.