Add a makefile to compile the presentation.
parent
82f81a7fb7
commit
fd63139157
|
@ -0,0 +1,5 @@
|
||||||
|
all:
|
||||||
|
-rm ./*.txt 2>/dev/null || true
|
||||||
|
cat ../libipc.md | md2point
|
||||||
|
catpoint *.txt
|
||||||
|
|
Reference in New Issue