sepolgen: remove additional files when cleaning

Remove the files created by Python 3 and refpolicy building process.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2016-05-05 14:02:39 +02:00 committed by Stephen Smalley
parent 8e30f76c6d
commit 18a74d7885
2 changed files with 4 additions and 2 deletions

View File

@ -11,5 +11,4 @@ install: all
clean:
rm -f parser.out parsetab.py
rm -f *~ *.pyc
rm -rf __pycache__

View File

@ -4,8 +4,11 @@ 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