From a4d7d2752446bbc314f1a939e1db46b4aeba4332 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 7 May 2023 01:09:17 +0300 Subject: [PATCH] README: Better readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17f6732..7e07ce1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # GCC Preprocessor HTML Tests -Nothing much - only some test scripts and stuff that uses -the GCC (or your set CC) preprocessor to "compile" HTML. +Preprocess HTML files with the C processor. -It works the same way as `include_str!` in Rust does. -Simply run the script: +Simply run the build script: ```sh ./build.sh @@ -12,6 +10,8 @@ Simply run the script: And you will get your compiled HTML files in the `build` directory. +> Files starting with `_` are ignored! + ## License ```