mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Properly remove nsock_config.h on make distclean
This commit is contained in:
parent
655e2283f8
commit
80510e96d6
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ clean:
|
|||
rm -f $(OBJS) $(TARGET)
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile makefile.dep config.log config.status nsock_config.h
|
||||
rm -f Makefile makefile.dep config.log config.status ../include/nsock_config.h
|
||||
|
||||
depend:
|
||||
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue