27 lines
346 B
Plaintext
27 lines
346 B
Plaintext
targets=phony,s p a c e s,s p a c e s 2,target,xinstall
|
|
dist=Makefile
|
|
|
|
[phony]
|
|
type=command
|
|
command=exit 42
|
|
phony=1
|
|
|
|
[s p a c e s]
|
|
type=command
|
|
command=echo $@
|
|
phony=1
|
|
|
|
[s p a c e s 2]
|
|
type=command
|
|
command=echo $@
|
|
install=$(PREFIX)
|
|
|
|
[target]
|
|
type=command
|
|
command=$(MAKE) command
|
|
|
|
[xinstall]
|
|
type=command
|
|
command=$(MAKE) command
|
|
install=$(PREFIX)
|