added clean in Makefile

This commit is contained in:
Pranav Jerry 2021-07-26 12:44:24 +05:30
parent 9c6081ea87
commit 1500f486ef
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B

View File

@ -6,3 +6,6 @@ build:
install: build
python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build
clean:
rm -rf build naxalnet.egg-info