all: header.md src/lib.rs echo '' > README.md cat header.md >> README.md cat src/lib.rs | grep '^//!' | sed -E 's/\/\/! ?//g' >> README.md