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