xref: /freebsd/tools/regression/lib/libc/regex/Makefile (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
1
2GROT=	../../../../../lib/libc/regex/grot
3
4.PHONY: tests
5tests:
6	cd ${GROT}; make && echo "PASS regex"
7
8.PHONY: clean
9clean:
10	cd ${GROT}; make spotless
11