mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-16 11:14:52 +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
|