6 lines
93 B
Makefile
Raw Normal View History

2018-07-09 20:57:36 +01:00
all:
2018-07-09 22:17:45 +01:00
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
2018-07-09 20:57:36 +01:00
clean:
rm *~