原始内容
高亮显示
复制内容
PYTHON ?= python3 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
您还没有登录,登录后您可以:
首次使用?从这里 注册