Skip to content

Commit 475e07c

Browse files
update makefile
1 parent 1847d96 commit 475e07c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
compile:
2-
chmod +x ./tools/compile.py
3-
./tools/compile.py ./examples/execve3.py
4-
5-
install:
1+
install:
62
pip install -e .
73

84
clean:
95
rm -rf build dist *.egg-info
106
rm -rf examples/*.ll examples/*.o
117

12-
all: install compile
8+
all: clean install
139

1410
.PHONY: all clean

0 commit comments

Comments
 (0)