Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
Date: | 2011-10-12 14:31:21 (12 years 1 month ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 1c331b3b5c91d51b1b5e1ea20bfca14e0204b8bc |
Message: | m1rc3/norruption/2/Makefile: target "tar" to collect raw
data files needed for further analysis |
Files: |
m1rc3/norruption/2/Makefile (2 diffs) |
Change Details
m1rc3/norruption/2/Makefile | ||
---|---|---|
1 | 1 | DIR=d |
2 | 2 | |
3 | 3 | .SILENT: |
4 | .PHONY: all list plot corr dump coll | |
4 | .PHONY: all list plot corr dump coll tar | |
5 | 5 | |
6 | 6 | all: |
7 | 7 | $(MAKE) plot |
... | ... | |
25 | 25 | |
26 | 26 | coll: |
27 | 27 | ./collda $(DIR)/log |
28 | ||
29 | tar: | |
30 | tar cfj raw.tar.bz2 $(DIR)/log $(DIR)/*.bin |
Branches:
master