blob: e0a65792f294503cf4a26c3a94fa4707481c7928 [file] [log] [blame]
Stephen Smalleyae5f2192017-10-03 10:21:43 -04001SUBDIRS = semodule_package semodule_link semodule_expand
Stephen Smalleyc9c97d62016-10-31 13:33:52 -04002
3all install relabel clean indent:
4 @for subdir in $(SUBDIRS); do \
5 (cd $$subdir && $(MAKE) $@) || exit 1; \
6 done
7
8test: