File: Makefile

package info (click to toggle)
semodule-utils 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ansic: 711; makefile: 88
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
SUBDIRS = semodule_package semodule_link semodule_expand

all install relabel clean indent:
	@for subdir in $(SUBDIRS); do \
		(cd $$subdir && $(MAKE) $@) || exit 1; \
	done

test: