moth/packages/sequence/800/Makefile

10 lines
113 B
Makefile
Raw Normal View History

2011-02-22 18:01:51 -07:00
all: index.mdwn
.DELETE_ON_ERROR:
index.mdwn: key convert.py
./convert.py | hd > $@
clean:
rm -f index.mdwn