mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-04-22 02:49:13 +05:30
added clean in Makefile
This commit is contained in:
parent
9c6081ea87
commit
1500f486ef
3
Makefile
3
Makefile
@ -6,3 +6,6 @@ build:
|
|||||||
|
|
||||||
install: build
|
install: build
|
||||||
python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build
|
python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf build naxalnet.egg-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user