Files
infix/src/confd/check.mk
T
2023-11-17 12:59:39 +01:00

9 lines
176 B
Makefile

# Used by ../Makefile for 'make check' and Coverity Scan
export PKG_CONFIG_PATH = $(CURDIR)/../staging/lib/pkgconfig
all:
./autogen.sh
./configure
make all
make distclean