diff --git a/Makefile b/Makefile index f81213a..54c2b15 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,6 @@ build: install: build python setup.py install --root="$(DESTDIR)/" --optimize=1 --skip-build + +clean: + rm -rf build naxalnet.egg-info