File: Makefile

package info (click to toggle)
shell-fm 0.7%2Bgit20100414-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 444 kB
  • ctags: 305
  • sloc: ansic: 4,422; makefile: 135; python: 80; haskell: 76; sh: 67; perl: 19
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

.PHONY	: clean

manual	: shell-fm.1.gz

shell-fm.1.gz : shell-fm.1
	gzip -9 -c $< > $@

clean	:
	rm -f shell-fm.1.gz