1
0
Fork 0
mirror of git://git.psyced.org/git/pypsyc synced 2024-08-15 03:20:04 +00:00
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