mirror of
git://git.psyced.org/git/pypsyc
synced 2026-07-13 07:14:05 +00:00
4 lines
92 B
Makefile
4 lines
92 B
Makefile
# toplevel makefile
|
|
clean :
|
|
find . -name "*~" | xargs rm
|
|
find . -name "*.pyc" | xargs rm
|