ObjIRC  Makefile at [685fcf4c95]

File Makefile artifact 4c408c29c6 part of check-in 685fcf4c95


SUBDIRS = src tests

include buildsys.mk

.PHONY: check

tests: src

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