File: Makefile6

package info (click to toggle)
libmakefile-parser-perl 0.211-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 560 kB
  • ctags: 556
  • sloc: perl: 7,028; makefile: 263
file content (14 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: foo
all: bar
	echo hallo

any: foo hiya
	echo larry
	echo howdy
any: blah blow

foo:: blah
	echo Hi
foo:: howdy
	echo Hey