configure/tests/command/project.conf

17 lines
204 B
Plaintext

targets=phony,target,xinstall
dist=Makefile
[phony]
type=command
command=exit 42
phony=1
[target]
type=command
command=$(MAKE) command
[xinstall]
type=command
command=$(MAKE) command
install=$(PREFIX)