pypsyc/Makefile

5 lines
92 B
Makefile
Raw Permalink Normal View History

2010-02-24 08:50:45 +00:00
# toplevel makefile
clean :
find . -name "*~" | xargs rm
find . -name "*.pyc" | xargs rm