pybatmesh/Makefile
Pranav Jerry c2fba89816
Made python package!
Finally, the python package is ready to use!
2021-07-21 15:36:11 +05:30

9 lines
175 B
Makefile

# This makefile uses setup.py under the hood
all: build
build:
python setup.py build
install: build
python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build