mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
- Simplify build process, including cross compilation - Add basic test framework, available as `make check` Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
SUBDIRS = src test
|
|
DISTCLEANFILES = *~ *.d
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|