8 lines
94 B
Makefile
8 lines
94 B
Makefile
SRC=DdeKitUsb.txt
|
|
DST=$(SRC:%.txt=%.html)
|
|
|
|
website:${DST}
|
|
|
|
%.html:%.txt Makefile
|
|
asciidoc $<
|