mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-11 16:44:59 +00:00
21 lines
184 B
Makefile
21 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 $@
|
|
|
|
|
|
|