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