Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
Date: | 2011-10-11 19:25:33 (12 years 1 month ago) |
---|---|
Author: | Werner Almesberger |
Commit: | e9bdf5f3dc007e899c3143cffc5da927d9ab62a7 |
Message: | m1rc3/norruption/2/Makefile: one Makefile to rule them (scripts) all |
Files: |
m1rc3/norruption/2/Makefile (1 diff) |
Change Details
m1rc3/norruption/2/Makefile | ||
---|---|---|
1 | DIR=d | |
2 | ||
3 | .SILENT: | |
4 | .PHONY: all list plot corr coll | |
5 | ||
6 | all: | |
7 | $(MAKE) plot | |
8 | echo | |
9 | $(MAKE) corr | |
10 | echo | |
11 | $(MAKE) coll | |
12 | echo | |
13 | ||
14 | list: | |
15 | ls -1 $(DIR)/*-stat | sed 's|.*/||' | sort -n | |
16 | ||
17 | plot: | |
18 | ./plot-cdf $(DIR)/log && display out.png & | |
19 | ||
20 | corr: | |
21 | ./bscmp $(DIR)/*-corrupt.bin | |
22 | ||
23 | coll: | |
24 | ./collda $(DIR)/log |
Branches:
master