platform_external_selinux/python/sepolgen/Makefile
Stephen Smalley 48dc232627 Move policycoreutils/{sepolicy,audit2allow,semanage,scripts/chcat*} and sepolgen to python.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:50 -05:00

20 lines
184 B
Makefile

all: ;
install:
$(MAKE) -C src $@
relabel: ;
clean:
$(MAKE) -C src $@
$(MAKE) -C tests $@
rm -f *~ *.pyc
rm -f parser.out parsetab.py
indent: ;
test:
$(MAKE) -C tests $@