File: Makefile

package info (click to toggle)
selinux-python 3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,292 kB
  • sloc: python: 20,282; sh: 328; makefile: 260; ansic: 191
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
SUBDIRS = sepolicy audit2allow semanage sepolgen chcat po

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