diff --git a/docs/pres/makefile b/docs/pres/makefile new file mode 100644 index 0000000..d9cacc5 --- /dev/null +++ b/docs/pres/makefile @@ -0,0 +1,5 @@ +all: + -rm ./*.txt 2>/dev/null || true + cat ../libipc.md | md2point + catpoint *.txt +