mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
9 lines
208 B
Makefile
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
|