summaryrefslogtreecommitdiffstats
path: root/dis/Makefile
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-10-17 19:07:11 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-17 20:54:41 -0400
commit1120161286ee5c855b630bccc9e0b37bb8a3ee65 (patch)
tree082a47491403a624a28f8b2bf8e20bbdb3f5e0e7 /dis/Makefile
parent5aad2261f7c012aa16a93c7c5bf6bda0081658fb (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-xdis/Makefile2
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
26endif 26endif
27 27
28all: 28all: baseline
29baseline: field matrix neighborhood pointer transitive update random_walk 29baseline: field matrix neighborhood pointer transitive update random_walk
30pairs: field_all matrix_all neighborhood_all pointer_all transitive_all update_all 30pairs: field_all matrix_all neighborhood_all pointer_all transitive_all update_all
31 31