logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: d04d7453e1e43b5a514241e49bc3bf26cd1273d0
parent dc80336e19e4427bd9060ccad96468c966184d19
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Oct 2022 03:44:45 +0200

README.md: Document `make clean`

Diffstat:

MREADME.md9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,13 +18,20 @@ Those are only needed during development. - [black](https://pypi.org/project/black/) for re-formatting python files ### rebuilding fixtures +Dependencies: - C Sharp Compiler, default one is `msc` from [Mono](https://mono-project.com) - `luac5.3` from Lua 5.3 - `luac5.4` from Lua 5.4 - wasm assembler, default one is `wat2wasm` from [wabt](https://github.com/WebAssembly/wabt) +Rebuilding: +``` +make clean +make +``` + #### manual fixtures -The following fixtures are either manually built or copied from another project: +The following fixtures are either manually built or copied from another project and aren't removed with `make clean`: - Files in `test/fixtures/pyc/` are made via running `./test/python_compile.py` - `Elixir.Hex.API.Auth.beam` was copied from an installed Elixir 1.13.3 - `FirstRepeatingElement.class` was downloaded from <https://bae.st/objects/873a9ede-7995-4c38-b64a-0d49d2c0e98c>