12 lines
128 B
Plaintext
12 lines
128 B
Plaintext
targets=phony,target
|
|
dist=Makefile
|
|
|
|
[phony]
|
|
type=command
|
|
command=exit 42
|
|
phony=1
|
|
|
|
[target]
|
|
type=command
|
|
command=$(MAKE) command
|