mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 23:19:03 +00:00
Properly remove nsock_config.h on make distclean
This commit is contained in:
@@ -61,7 +61,7 @@ clean:
|
|||||||
rm -f $(OBJS) $(TARGET)
|
rm -f $(OBJS) $(TARGET)
|
||||||
|
|
||||||
distclean: clean
|
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:
|
depend:
|
||||||
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||||
|
|||||||
Reference in New Issue
Block a user