ObjIRC  Makefile at trunk

File Makefile artifact 4c408c29c6 on branch trunk


SUBDIRS = src tests

include buildsys.mk

.PHONY: check

tests: src

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