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