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