pybatmesh/Makefile

9 lines
175 B
Makefile
Raw Normal View History

# This makefile uses setup.py under the hood
all: build
2021-05-10 15:15:42 +05:30
build:
python setup.py build
install: build
python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build