ObjIRC/Makefile
Jonathan Schleifer 8c6a7d082b Add "make check"
FossilOrigin-Name: 685fcf4c953fa4ab5fc2454c683fb48408ac10a6f7e13d7d5b2ac85416ff025e
2024-05-04 21:35:38 +00:00

10 lines
107 B
Makefile

SUBDIRS = src tests
include buildsys.mk
.PHONY: check
tests: src
check: tests
${MAKE} -C tests -s run