Skip to content

Commit def2d36

Browse files
committed
Minor fix to Makefile
Move comments to separate lines
1 parent 97ee098 commit def2d36

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎src/Makefile‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
#
66
include common.mk
77

8-
MPI ?= 0 # Set to 1 to enable MPI support (multi-process/multi-node)
9-
NAME_SUFFIX ?= # e.g. _mpi when using MPI=1
10-
DSO ?= 0 # Set to 1 to create and use libverifiable.so to reduce binary size
8+
# Set to 1 to enable MPI support (multi-process/multi-node)
9+
MPI ?= 0
10+
# e.g. Set to _mpi when using MPI=1
11+
NAME_SUFFIX ?=
12+
# Set to 1 to create and use libverifiable.so to reduce binary size
13+
DSO ?= 0
1114

1215
.PHONY: build clean
1316

0 commit comments

Comments
 (0)