1
Fork 0
mirror of https://github.com/RGBCube/GCCPreprocessHTML synced 2025-07-26 23:17:45 +00:00

Scripts: Rewrite build script in python

This commit is contained in:
RGBCube 2023-05-07 13:56:01 +03:00
parent 6ec445545b
commit 858fe35c1b
4 changed files with 102 additions and 21 deletions

View file

@ -5,7 +5,7 @@ Preprocess HTML files with the C processor.
Simply run the build script:
```sh
./build.sh
./build.py
```
And you will get your compiled HTML files in the `build` directory.