mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# Used by ../Makefile for 'make check' and Coverity Scan
|
|
|
|
all:
|
|
./configure
|
|
make all
|
|
make distclean
|
|
|
|
# Normal build, for apps to link to during check
|
|
dep:
|
|
./autogen.sh
|
|
./configure --prefix=$(CURDIR)/../staging
|
|
make all
|
|
make install
|
|
make distclean
|