mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-11 08:35:01 +00:00
18a74d7885
Remove the files created by Python 3 and refpolicy building process. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
15 lines
245 B
Makefile
15 lines
245 B
Makefile
PYTHON ?= python
|
|
|
|
clean:
|
|
rm -f *~ *.pyc
|
|
rm -f parser.out parsetab.py
|
|
rm -f out.txt
|
|
rm -f module_compile_test.fc
|
|
rm -f module_compile_test.if
|
|
rm -f module_compile_test.pp
|
|
rm -f output
|
|
rm -rf __pycache__ tmp
|
|
|
|
test:
|
|
$(PYTHON) run-tests.py
|