mirror of
git://git.psyced.org/git/pypsyc
synced 2026-06-23 02:53:30 +00:00
4 lines
92 B
Makefile
4 lines
92 B
Makefile
# toplevel makefile
|
|
clean :
|
|
find . -name "*~" | xargs rm
|
|
find . -name "*.pyc" | xargs rm
|