6 lines
185 B
Makefile
6 lines
185 B
Makefile
# when you want to change the python version, you must update the d.lst
|
|
# in the python project accordingly !!!
|
|
PYMAJOR=2
|
|
PYMINOR=2
|
|
PYMICRO=2
|
|
PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO)
|