Differences From Artifact [326a1c67de]:
- File Makefile — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 53) [annotate] [blame] [check-ins using]
To Artifact [4c408c29c6]:
- File Makefile — part of check-in [685fcf4c95] at 2024-05-04 21:35:38 on branch trunk — Add "make check" (user: js, size: 107) [annotate] [blame] [check-ins using]
1 2 3 4 5 | SUBDIRS = src tests include buildsys.mk tests: src | > > > > > | 1 2 3 4 5 6 7 8 9 10 | SUBDIRS = src tests include buildsys.mk .PHONY: check tests: src check: tests ${MAKE} -C tests -s run |