1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Fix a little typo in macosx/Makefile that kept COPYING.formatted from being

deleted with "make clean".
This commit is contained in:
david
2008-07-11 20:54:31 +00:00
parent 0ad092a9ff
commit c7f8b5728a

View File

@@ -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