16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
targets=test,phony
|
|
dist=Makefile
|
|
|
|
[test]
|
|
type=script
|
|
script=./script.sh
|
|
prefix=/somewhere/else
|
|
install=/somewhere/else/again
|
|
|
|
[phony]
|
|
type=script
|
|
script=./script.sh
|
|
depends=a.c,b.c
|
|
phony=1
|
|
install=
|