1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/science/hdf5-18/files/hdf/Makefile

10 lines
128 B
Makefile
Raw Normal View History

# $FreeBSD$
SUBDIR = src util test
hdf-test: all
cd util && ${MAKE} test
cd test && ${MAKE} test
.include <bsd.subdir.mk>