From 1120161286ee5c855b630bccc9e0b37bb8a3ee65 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sat, 17 Oct 2020 19:07:11 -0400 Subject: 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. --- dis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dis/Makefile') 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),) LDFLAGS += -L${LIBLITMUS} -llitmus endif -all: +all: baseline baseline: field matrix neighborhood pointer transitive update random_walk pairs: field_all matrix_all neighborhood_all pointer_all transitive_all update_all -- cgit v1.2.2