Organize source files

This commit is contained in:
2025-08-30 18:49:08 +05:30
parent d5557d3c01
commit e19aa9fa66
7 changed files with 47 additions and 16 deletions

View File

@ -1,10 +1,10 @@
install:
pip install -e .
compile:
chmod +x ./tools/compile.py
./tools/compile.py ./examples/execve.py
install:
pip install -e .
clean:
rm -rf build dist *.egg-info
rm -rf examples/execve.ll examples/execve.o