1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Uncomment the nselib_clean target so "make clean" works.

This commit is contained in:
david
2008-08-28 21:28:36 +00:00
parent 5a38316995
commit 4ab33440fc

View File

@@ -143,8 +143,8 @@ nsock_clean:
-cd $(NSOCKDIR)/src && $(MAKE) clean
lua_clean:
-cd $(LIBLUADIR) && $(MAKE) clean
#nselib_clean:
# -cd nselib-bin && $(MAKE) clean
nselib_clean:
-cd nselib-bin && $(MAKE) clean
zenmap_clean:
-cd $(ZENMAPDIR) && $(PYTHON) setup.py clean --all
pcap_dist_clean: