Skip to content

Commit f11eae3

Browse files
committed
Fix a couple of Makefile merge goofs
1 parent c039b41 commit f11eae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CLANG ?= clang
44
EXTRA_CFLAGS ?= -Werror -Wall -Wextra -funsigned-char -fwrapv -Wconversion \
55
-Wno-sign-conversion -Wmissing-format-attribute \
66
-Wpointer-arith -Wformat-nonliteral -Winit-self \
7-
-Wwrite-strings -Wshadow \ -Wenum-compare -Wempty-body \
7+
-Wwrite-strings -Wshadow -Wenum-compare -Wempty-body \
88
-Wparentheses -Wcast-align -Wstrict-aliasing --pedantic-errors
99
CMPCFLAGS ?= -std=c89 -Wno-c99-extensions
1010
TESTCFLAGS ?= -std=c99 -Wno-error=deprecated-declarations \
@@ -58,7 +58,7 @@ cmpprof: cmp.o
5858
cmpunittest: cmp.o
5959
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(TESTCFLAGS) $(LDFLAGS) \
6060
-fprofile-arcs -ftest-coverage -g -I. \
61-
-o cmptest cmp.o test/test.c test/tests.c test/buf.c test/utils.c \
61+
-o cmpunittest cmp.o test/test.c test/tests.c test/buf.c test/utils.c \
6262
-lcmocka
6363

6464
cmpnofloattest: cmp.o

0 commit comments

Comments
 (0)