1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -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',
clean => {
FILES => 'SQLite.xsi config.h tv.log',
FILES => 'SQLite.xsi config.h tv.log *.old',
},
PL_FILES => {},
EXE_FILES => [],