12e82529a2
- this is intended to be used for perfunctory repo cleanups and the like - should probably be replaced by some fabric script
4 lines
49 B
Makefile
4 lines
49 B
Makefile
|
|
clean_pyc:
|
|
@find | grep -P pyc$ | xargs rm -vf
|