]> git.pld-linux.org Git - projects/pld-builder.new.git/blob - Makefile
- first revision
[projects/pld-builder.new.git] / Makefile
1 all:
2         python -c "import compileall; compileall.compile_dir('.')"
3
4 clean:
5         find -name '*.pyc' | xargs rm -f
This page took 0.070541 seconds and 4 git commands to generate.