1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 21:11:06 -07:00
moth/packages/sequence/800/Makefile
2011-02-22 18:01:51 -07:00

9 lines
113 B
Makefile

all: index.mdwn
.DELETE_ON_ERROR:
index.mdwn: key convert.py
./convert.py | hd > $@
clean:
rm -f index.mdwn