@ -0,0 +1,14 @@
install:
pip install -e .
compile:
chmod +x ./tools/compile.py
./tools/compile.py ./examples/execve.py
clean:
rm -rf build dist *.egg-info
rm -rf examples/execve.ll examples/execve.o
all: install compile
.PHONY: all clean
The note is not visible to the blocked user.