mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 08:50:20 +01:00
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
6 lines
111 B
Makefile
6 lines
111 B
Makefile
SUBDIRS = src doc test tools
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
valgrind:
|
|
(cd test; $(MAKE) valgrind)
|