From 393d7b693518e5104b2dcf32265f4b1a0aa331c9 Mon Sep 17 00:00:00 2001 From: Joe Mistachkin Date: Mon, 4 Sep 2017 18:44:54 +0000 Subject: [PATCH] Add the 'mksourceid' executable to the clean target for MSVC. --- Makefile.msc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.msc b/Makefile.msc index a1937fe5fa..1289fe6d5b 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -2266,7 +2266,7 @@ clean: del /Q sqlite3.c sqlite3.h 2>NUL del /Q opcodes.c opcodes.h 2>NUL del /Q lemon.* lempar.c parse.* 2>NUL - del /Q mkkeywordhash.* keywordhash.h 2>NUL + del /Q mksourceid.* mkkeywordhash.* keywordhash.h 2>NUL del /Q notasharedlib.* 2>NUL -rmdir /Q/S .deps 2>NUL -rmdir /Q/S .libs 2>NUL -- 2.11.4.GIT