diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 19:07:11 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 20:54:41 -0400 |
| commit | 1120161286ee5c855b630bccc9e0b37bb8a3ee65 (patch) | |
| tree | 082a47491403a624a28f8b2bf8e20bbdb3f5e0e7 /dis/Makefile | |
| parent | 5aad2261f7c012aa16a93c7c5bf6bda0081658fb (diff) | |
Fix DIS coding style by running them all through clang-format
Also fixes a missing header in DISstressmarkRNG.h and the "all"
make target. No functional changes.
Diffstat (limited to 'dis/Makefile')
| -rwxr-xr-x | dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dis/Makefile b/dis/Makefile index 957a39a..2c1ff89 100755 --- a/dis/Makefile +++ b/dis/Makefile | |||
| @@ -25,7 +25,7 @@ ifneq ($(shell grep "define LITMUS 1" ../baseline/source/extra.h),) | |||
| 25 | LDFLAGS += -L${LIBLITMUS} -llitmus | 25 | LDFLAGS += -L${LIBLITMUS} -llitmus |
| 26 | endif | 26 | endif |
| 27 | 27 | ||
| 28 | all: | 28 | all: baseline |
| 29 | baseline: field matrix neighborhood pointer transitive update random_walk | 29 | baseline: field matrix neighborhood pointer transitive update random_walk |
| 30 | pairs: field_all matrix_all neighborhood_all pointer_all transitive_all update_all | 30 | pairs: field_all matrix_all neighborhood_all pointer_all transitive_all update_all |
| 31 | 31 | ||
