mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
src: add support for host build check, for Coverity Scan
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
*~
|
||||
*.o
|
||||
statd
|
||||
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user