5 lines
76 B
Makefile
5 lines
76 B
Makefile
|
ALL += build/index.html
|
||
|
|
||
|
build/index.html: src/index.html | build
|
||
|
cp $^ $@
|