mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
Approved by: trasz MFC after: 1 month Sponsored by: Conclusive Engineering (development), vStack.com (funding)
9 lines
159 B
Makefile
9 lines
159 B
Makefile
PYTHON?=python
|
|
|
|
selftest:
|
|
for f in lerrno p9err pfod protocol sequencer; do \
|
|
${PYTHON} $$f.py; \
|
|
done
|
|
|
|
clean cleandir:
|
|
rm -rf *.pyc __pycache__ *.log
|