Use property decorators for symbols method
[linpy.git] / Makefile
1 PYTHON=python3
2 RM=rm -rf
3
4 .PHONY: default
5 default:
6 @echo "polyp - A polyhedral library based on ISL"
7 @echo
8 @echo "Makefile usage:"
9 @echo " make clean remove the generated files"
10
11 .PHONY: clean
12 clean:
13 $(RM) build dist MANIFEST __pycache__