update makefile

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

View File

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