7 lines
58 B
Makefile
7 lines
58 B
Makefile
|
all: hello
|
||
|
|
||
|
install: /tmp/hello
|
||
|
|
||
|
/tmp/%: %
|
||
|
install $^ $@
|