mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-09 07:08:07 -04:00
Add make clean entry for *.old files
This commit is contained in:
parent
99a222b446
commit
dee5f81976
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ WriteMakefile(
|
||||||
),
|
),
|
||||||
OPTIMIZE => '-O2',
|
OPTIMIZE => '-O2',
|
||||||
clean => {
|
clean => {
|
||||||
FILES => 'SQLite.xsi config.h tv.log',
|
FILES => 'SQLite.xsi config.h tv.log *.old',
|
||||||
},
|
},
|
||||||
PL_FILES => {},
|
PL_FILES => {},
|
||||||
EXE_FILES => [],
|
EXE_FILES => [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue