mirror of
https://github.com/topjohnwu/selinux.git
synced 2025-01-07 11:21:37 +00:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
clean:
|
|
rm -f *~ *.pyc
|
|
rm -f parser.out parsetab.py
|
|
rm -f out.txt
|
|
rm -f module_compile_test.pp
|
|
rm -f output
|
|
|
|
test:
|
|
python run-tests.py
|