exec/Makefile
author František Kučera <franta-hg@frantovo.cz>
Sun, 05 Jan 2020 16:28:53 +0100
branchv_0
changeset 0 4d5b3eda7be1
child 2 dace11211dc9
permissions -rw-r--r--
exec: protocol design draft
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
.PHONY: all display display-messages display-protocol
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
all: protocol.pdf
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
protocol.pdf: messages.csv protocol.csv protocol.sh
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
	./protocol.sh
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
display: display-messages display-protocol
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
display-messages:
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
	cat messages.csv | relpipe-in-csv "messages" | relpipe-out-tabular
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
display-protocol:
4d5b3eda7be1 exec: protocol design draft
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
	cat protocol.csv | relpipe-in-csv "protocol" | relpipe-out-tabular