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

9 lines
208 B
Makefile

# Used by ../Makefile for 'make check' and Coverity Scan
export CPPFLAGS = -I$(CURDIR)/../staging/include
export LDLIBS = -L$(CURDIR)/../staging/lib -L/usr/lib/x86_64-linux-gnu
all:
make all
make clean