elpasync pushed a change to branch elpa/emacsql.
from c6a9d2373cc Release version 4.3.4
new 7af8d9fb045 Rename tests directory to test
new 12effe77f4c Rename .config.mk to config.mk
new 65a942cabe1 Add default.mk
new 8ff06f99438 Rearrange default.mk
new 4da29eb19d5 make: Split up clean target
new 88fd72b4fd9 Add docs/Makefile and output statistics to docs/stats/
new 80130c3a653 Add test/Makefile
new 2dc794b4bf1 Add docs/Makefile and output statistics to docs/stats/
new 6f9749cf5c4 Publish manual and statistics using webdav
new d654e4fb1d0 make: Cosmetics
Summary of changes:
.github/workflows/stats.yml | 3 +-
.gitignore | 4 +-
Makefile | 114 ++++++++----------------------
default.mk | 46 ++++++++++++
docs/Makefile | 21 ++++++
{tests => test}/.nosearch | 0
test/Makefile | 27 +++++++
{tests => test}/emacsql-compiler-tests.el | 0
{tests => test}/emacsql-external-tests.el | 0
9 files changed, 128 insertions(+), 87 deletions(-)
create mode 100644 default.mk
create mode 100644 docs/Makefile
rename {tests => test}/.nosearch (100%)
create mode 100644 test/Makefile
rename {tests => test}/emacsql-compiler-tests.el (100%)
rename {tests => test}/emacsql-external-tests.el (100%)