1
0
Fork 0
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:
Adam Kennedy 2009-05-05 05:41:47 +00:00
parent 99a222b446
commit dee5f81976

View file

@ -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 => [],