pypsyc/Makefile

5 lines
92 B
Makefile

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