mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Make nbase_dist_clean and nsock_dist_clean with distclean.
This commit is contained in:
parent
d63bb4db35
commit
a460f4433c
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ zenmap_dist_clean: zenmap_clean
|
|||
debugclean:
|
||||
rm -f *.gcov *.gcda *.gcno gmon.out
|
||||
|
||||
distclean: my_clean my_distclean @LUA_DIST_CLEAN@ @PCAP_DIST_CLEAN@ @PCRE_DIST_CLEAN@ @DNET_DIST_CLEAN@ @NSELIB_DIST_CLEAN@ @ZENMAP_DIST_CLEAN@
|
||||
distclean: my_clean my_distclean @LUA_DIST_CLEAN@ @PCAP_DIST_CLEAN@ @PCRE_DIST_CLEAN@ @DNET_DIST_CLEAN@ nbase_dist_clean nsock_dist_clean @NSELIB_DIST_CLEAN@ @ZENMAP_DIST_CLEAN@
|
||||
|
||||
my_distclean:
|
||||
rm -f Makefile Makefile.bak makefile.dep config.h stamp-h stamp-h.in \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue