mirror of
https://github.com/nmap/nmap.git
synced 2026-06-12 02:56:23 +00:00
Uncomment the nselib_clean target so "make clean" works.
This commit is contained in:
parent
5a38316995
commit
4ab33440fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue