install:
	python install.py
	install -d -u 0 -g 0 -m 644 lsongs.desktop debian/ 

clean:
	rm -f lsongs
	rm -f *~
	rm -f Lsongs/*.pyc
	rm -f Lsongs/*.py~
	rm -f Lsongs/*.pyo
	rm -f Lsongs/*~
	rm -rf Lsongs/.AppleDouble
	rm -rf Lsongs/images/.AppleDouble
	rm -rf Lsongs/:2eAppleDouble
	rm -rf Lsongs/images/:2eAppleDouble
	rm -f Lsongs/:2eDS_Store
	rm -f Lsongs/images/:2eDS_Store
	rm -f Lsongs/:2etypeAttributes.dict
	rm -f Lsongs/images/:2etypeAttributes.dict
