mirror of
https://github.com/RGBCube/GCCPreprocessHTML
synced 2025-06-01 04:48:12 +00:00
README: Better readme
This commit is contained in:
parent
3676ab38b8
commit
a4d7d27524
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue