]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - Makefile
- print out exception if url can't be retrieved
[projects/pld-builder.new.git] / Makefile
CommitLineData
b03a96bc
MM
1all:
2 python -c "import compileall; compileall.compile_dir('.')"
3
4clean:
5 find -name '*.pyc' | xargs rm -f
This page took 0.053146 seconds and 4 git commands to generate.