1
Fork 0
mirror of https://github.com/RGBCube/GCCPreprocessHTML synced 2025-06-01 04:48:12 +00:00

README: Better readme

This commit is contained in:
RGBCube 2023-05-07 01:09:17 +03:00
parent 3676ab38b8
commit a4d7d27524

View file

@ -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
```