4 SETUP
=$(PYTHON
) setup.py
9 @echo
"$(NAME) – A polyhedral library based on ISL"
11 @echo
"Makefile usage:"
12 @echo
" make build build the extension modules"
13 @echo
" make test run the test suite"
14 @echo
" make clean remove the generated files"
18 $(SETUP
) build_ext
--inplace
22 $(PYTHON
) -m unittest
-v
26 $(RM
) build
dist MANIFEST venv
$(NAME
).egg-info
$(NAME
)/_islhelper.
*.so
27 find .
-name __pycache__ | xargs
$(RM
)