diff options
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 | ||