8 @echo
"pypol - A polyhedral library based on ISL"
10 @echo
"Makefile usage:"
11 @echo
" make test run the test suite"
12 @echo
" make clean remove the generated files"
20 $(RM
) build
dist MANIFEST venv
21 $(RM
) pypol.egg-info pypol
/islhelper.
*.so pypol
/__pycache__
22 $(RM
) tests
/__pycache__
28 . venv
/bin
/activate
; $(PIP
) install -e .