mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-22 21:33:05 +00:00
48dc232627
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
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
|