Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 855498c

Browse files
committedDec 6, 2017
add missing \ in Makefile.nmake
1 parent f07fa0f commit 855498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile.nmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TINYCBOR_OBJS = \
1616
src\cborparser.obj \
1717
src\cborparser_dup_string.obj \
1818
src\cborpretty.obj \
19-
src\cborvalidation.obj
19+
src\cborvalidation.obj \
2020
src\cbor_buf_writer.obj \
2121
src\cbor_buf_reader.obj
2222

0 commit comments

Comments
 (0)
Please sign in to comment.