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: