Differences From Artifact [6505136206]:
- File tests/Makefile — part of check-in [bda6d49813] at 2020-10-01 23:20:24 on branch trunk — Add initial tests (user: js, size: 1588) [annotate] [blame] [check-ins using]
To Artifact [6ca48291a7]:
- File tests/Makefile — part of check-in [a607fd2cde] at 2020-10-03 00:03:19 on branch trunk — Update buildsys (user: js, size: 1574) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 | - + | rm -f objsqlite3.so.${OBJSQLITE3_LIB_MAJOR_MINOR} objsqlite3.dll; \ rm -f libobjsqlite3.${OBJSQLITE3_LIB_MAJOR}.dylib; \ exit $$EXIT ${PROG_NOINST}: ${LIBOBJSQLITE3_DEP} CPPFLAGS += -I../src |