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

15 lines
254 B
Makefile

# Used by ../Makefile for 'make check' and Coverity Scan
all:
./configure
make all
make distclean
# Normal build, for apps to link to during check
dep:
./autogen.sh
./configure --prefix=$(CURDIR)/../staging
make all
make install
make distclean