Presentation makefile: split different operations.
parent
4651430ef8
commit
ae62d300ff
|
@ -1,5 +1,10 @@
|
||||||
all:
|
all: clean generate display
|
||||||
-rm ./*.txt 2>/dev/null || true
|
|
||||||
cat ../libipc.md | md2point
|
|
||||||
catpoint *.txt
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm ./*.txt 2>/dev/null || true
|
||||||
|
|
||||||
|
generate:
|
||||||
|
cat ../libipc.md | md2point
|
||||||
|
|
||||||
|
display:
|
||||||
|
catpoint *.txt
|
||||||
|
|
Reference in New Issue