mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 12:56:27 +00:00
11 lines
139 B
Makefile
11 lines
139 B
Makefile
install:
|
|
pip install -e .
|
|
|
|
clean:
|
|
rm -rf build dist *.egg-info
|
|
rm -rf examples/*.ll examples/*.o
|
|
|
|
all: clean install
|
|
|
|
.PHONY: all clean
|