mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
all: index.mdwn
|
|
|
|
.DELETE_ON_ERROR:
|
|
|
|
index.mdwn: key convert.py
|
|
./convert.py | hd > $@
|
|
|
|
clean:
|
|
rm -f index.mdwn
|