summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/regex/Makefile
blob: f91bef24ffe99c2e85930a8bd94f4a2de2721ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

GROT=	../../../../../lib/libc/regex/grot

.PHONY: tests
tests:
	cd ${GROT}; make && echo "PASS regex"

.PHONY: clean
clean:
	cd ${GROT}; make spotless
OpenPOWER on IntegriCloud