Added a makefile

- this is intended to be used for perfunctory repo cleanups and the like
    - should probably be replaced by some fabric script
This commit is contained in:
Stephen M. McQuay 2012-03-19 22:33:04 -06:00
parent 265f692b8e
commit 12e82529a2
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
clean_pyc:
@find | grep -P pyc$ | xargs rm -vf