mirror of
git://git.psyced.org/git/pypsyc
synced 2024-08-15 03:20:04 +00:00
5 lines
92 B
Makefile
5 lines
92 B
Makefile
|
# toplevel makefile
|
||
|
clean :
|
||
|
find . -name "*~" | xargs rm
|
||
|
find . -name "*.pyc" | xargs rm
|