Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Git Source Tree
Root/
Source at commit ffe45cb3e18a99a53fffb28de20c7cf569db2462 created 8 years 1 month ago. By Werner Almesberger, m1rc3/norruption/2/Makefile (list): remove the -stat suffix | |
---|---|
1 | DIR=d |
2 | |
3 | .SILENT: |
4 | .PHONY: all list plot corr dump coll |
5 | |
6 | all: |
7 | $(MAKE) plot |
8 | echo |
9 | $(MAKE) dump |
10 | echo |
11 | $(MAKE) coll |
12 | echo |
13 | |
14 | list: |
15 | ls -1 $(DIR)/*-stat | sed 's|.*/||;s/-stat//' | sort -n |
16 | |
17 | plot: |
18 | ./plot-cdf $(DIR)/log && display out.png & |
19 | |
20 | corr: |
21 | ./plot-corr $(DIR)/log && display out.png & |
22 | |
23 | dump: |
24 | ./bscmp $(DIR)/*-corrupt.bin |
25 | |
26 | coll: |
27 | ./collda $(DIR)/log |
28 |
Branches:
master