update makefile

This commit is contained in:
2025-10-01 00:09:05 +05:30
parent 1847d96219
commit 475e07c4e2

View File

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