1
0
Fork 0
mirror of git://git.psyced.org/git/pypsyc synced 2024-08-15 03:20:04 +00:00
pypsyc/Makefile
psyc://psyced.org/~lynX 0f02e9cd76 last state we had in cvs
2010-02-24 09:50:45 +01:00

4 lines
92 B
Makefile

# toplevel makefile
clean :
find . -name "*~" | xargs rm
find . -name "*.pyc" | xargs rm