From d5f3fb6745d69d36eba5997e6c900c237d8f2c56 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 31 Oct 2012 17:29:27 +0000 Subject: [PATCH] Remove LICENSE on "make clean". --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index 67f17022d..e93ce24ca 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -73,4 +73,4 @@ LICENSE: ../COPYING clean: "$(VCEXPRESS)" nmap.sln /clean - rm -rf Debug Release nmapbuild.log nmap.rc nsis/Nmap.nsi + rm -rf Debug Release nmapbuild.log nmap.rc nsis/Nmap.nsi LICENSE