# This makefile uses setup.py under the hood all: build build: python3 setup.py build install: build python3 setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build clean: rm -rf build naxalnet.egg-info