1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Clean up completely from zenmap (setup.py includes zenmapCore)

This commit is contained in:
dmiller
2013-12-02 22:06:36 +00:00
parent 52eb566b15
commit 5821c53627

View File

@@ -214,6 +214,9 @@ liblinear_clean:
-cd $(LIBLINEARDIR) && $(MAKE) clean
zenmap_clean:
-cd $(ZENMAPDIR) && $(PYTHON) setup.py clean --all
rm -f $(ZENMAPDIR)/zenmapCore/__init__.pyc
rm -f $(ZENMAPDIR)/zenmapCore/Version.pyc
rm -f $(ZENMAPDIR)/zenmapCore/Name.pyc
ndiff_clean:
-cd $(NDIFFDIR) && $(PYTHON) setup.py clean --all
nping_clean: