mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Relocate C code from klish-plugin-infix to stand-alone binaries we can use also from Bash. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# Used by ../Makefile for 'make check' and Coverity Scan
|
|
export PKG_CONFIG_PATH = $(CURDIR)/../staging/lib/pkgconfig
|
|
|
|
all:
|
|
./autogen.sh
|
|
./configure
|
|
make V=1 all
|
|
make distclean
|