pybatmesh/Makefile
Pranav Jerry 7b7ce8044b
improved README
Let's see if anyone reads the comments :)
Changed python to python3 in Makefile
2021-07-29 22:36:53 +05:30

12 lines
217 B
Makefile

# 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