9 lines
81 B
Makefile
9 lines
81 B
Makefile
all: md2html distribusi
|
|
|
|
distribusi:
|
|
sh distribusi.sh
|
|
|
|
md2html:
|
|
sh md2html.sh
|
|
|