File: Makefile

package info (click to toggle)
python-medusa 0.5.4%2Bclean-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 536 kB
  • ctags: 1,009
  • sloc: python: 5,489; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# -*- Mode: Makefile -*-

clean:
	find ./ -name '*.pyc' -exec rm {} \;
	find ./ -name '*~' -exec rm {} \;