mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a little typo in macosx/Makefile that kept COPYING.formatted from being
deleted with "make clean".
This commit is contained in:
parent
0ad092a9ff
commit
c7f8b5728a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ clean:
|
|||
rm -rf $(NMAP_STAGING_DIR)
|
||||
rm -rf $(ZENMAP_STAGING_DIR)
|
||||
rm -rf $(NMAP_BUILD_DIR)
|
||||
rm -f COPYING.formatted:
|
||||
rm -f COPYING.formatted
|
||||
rm -f $(IMAGE_NAME)
|
||||
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue