1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

For the clean makefile targets, delete the generated VSIX file as well.

FossilOrigin-Name: d575d9619abd03322b73f89882d6da7c0820f285
This commit is contained in:
mistachkin
2012-07-27 08:33:10 +00:00
parent fd0ba2aa22
commit f2bc4380b2
5 changed files with 12 additions and 9 deletions

View File

@ -1124,6 +1124,7 @@ clean:
del /Q sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
del /Q sqlite3.c
del /Q sqlite3_analyzer.exe sqlite3_analyzer.exp sqlite3_analyzer.c
del /Q sqlite-output.vsix
#
# Windows section