File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ CFLAGS = ${STRICT} -Wall -O2 -I. -DNDEBUG
12
12
FFLAGS = ${CFLAGS}
13
13
LDFLAGS =
14
14
15
- # Command and flags to build a static libarry :
15
+ # Command and flags to build a static library :
16
16
AR = ar
17
17
ARFLAGS = rv
18
18
19
- # Set the following to true/false depending whetehr your terminal does support
19
+ # Set the following to true/false depending whether your terminal does support
20
20
# ANSI colors.
21
21
COLOR = true
22
22
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ CFLAGS = ${STRICT} -Wall -O2 -I. -DNDEBUG
12
12
FFLAGS = ${CFLAGS}
13
13
LDFLAGS =
14
14
15
- # Command and flags to build a static libarry :
15
+ # Command and flags to build a static library :
16
16
AR = ar
17
17
ARFLAGS = rv
18
18
19
- # Set the following to true/false depending whetehr your terminal does support
19
+ # Set the following to true/false depending whether your terminal does support
20
20
# ANSI colors.
21
21
COLOR = true
22
22
23
- # ---- Customization end here - -------------------------------------------------
23
+ # ---- Customizations end here -------------------------------------------------
24
24
25
25
srcdir =.
26
26
TMPDIR = /tmp
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARFLAGS = rv
20
20
# ANSI colors.
21
21
COLOR = true
22
22
23
- # ---- Customization end here - -------------------------------------------------
23
+ # ---- Customizations end here -------------------------------------------------
24
24
25
25
srcdir =.
26
26
TMPDIR = /tmp
You can’t perform that action at this time.
0 commit comments