ObjIRC  Makefile at [3e008e2964]

File Makefile artifact 4c408c29c6 part of check-in 3e008e2964


SUBDIRS = src tests

include buildsys.mk

.PHONY: check

tests: src

check: tests
	${MAKE} -C tests -s run