Skip to content

Commit e73164e

Browse files
committed
Makefile whitespace consistency in extras
1 parent 711da95 commit e73164e

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

extras/alloc-pool/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# For manual testing; say 'make' in extras/alloc-pool and run ./test.
22

3-
CC=gcc
4-
DEFS=
5-
#DEFS+='-DDUK_ALLOC_POOL_DEBUG'
3+
CC = gcc
4+
DEFS =
5+
#DEFS += '-DDUK_ALLOC_POOL_DEBUG'
66

77
.PHONY: test
88
test:

extras/cbor/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# For manual testing; say 'make' in extras/cbor.
22

3-
VALGRIND=valgrind
4-
CC=gcc
5-
CCOPTS=-std=c99 -Wall -Wextra -O2
6-
#CCOPTS+=-fsanitize=undefined
3+
VALGRIND = valgrind
4+
CC = gcc
5+
CCOPTS = -std=c99 -Wall -Wextra -O2
6+
#CCOPTS += -fsanitize=undefined
77

88
.PHONY: all
99
all: clean jsoncbor test-runs

extras/console/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For manual testing; say 'make' in extras/console and run ./test.
22

3-
CC = gcc
3+
CC = gcc
44

55
.PHONY: test
66
test:

extras/duk-v1-compat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For manual testing; say 'make' in extras/duk-v1-compat and run ./test.
22

3-
CC = gcc
3+
CC = gcc
44

55
.PHONY: test
66
test:

extras/logging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For manual testing; say 'make' in extras/logging and run ./test.
22

3-
CC = gcc
3+
CC = gcc
44

55
.PHONY: test
66
test:

extras/minimal-printf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Just for manual testing
2-
CC = gcc
2+
CC = gcc
33

44
.PHONY: test
55
test: duk_minimal_printf.c

extras/module-duktape/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For manual testing; say 'make' in extras/module-duktape and run ./test.
22
# There's test coverage in tests/ecmascript, so tests here are very simple.
33

4-
CC = gcc
4+
CC = gcc
55

66
.PHONY: test
77
test:

extras/module-node/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For manual testing; say 'make' in extras/module-node and run ./test.
22

3-
CC = gcc
3+
CC = gcc
44

55
.PHONY: test
66
test:

extras/print-alert/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For manual testing; say 'make' in extras/print-alert and run ./test.
22

3-
CC = gcc
3+
CC = gcc
44

55
.PHONY: test
66
test:

0 commit comments

Comments
 (0)