blob: 3de62262479de8d88c2420e841659787b2fea8ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include $(top_srcdir)/Makefile.am.inc
SUBDIRS = \
modem-probe \
modem-modeswitch \
udev-acl
clean-local:
rm -rf udev-test-install
distclean-local:
rm -rf autom4te.cache
test-install:
rm -rf $(PWD)/udev-test-install/
make DESTDIR=$(PWD)/udev-test-install install
tree $(PWD)/udev-test-install/
|