mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-02 16:46:18 +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 $@
|
|
|
|
|
|
|