Skip to content

Commit df18b36

Browse files
author
Mirko Pasqualetti
committed
Updated compile command line in test_json.c
1 parent 752d852 commit df18b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Test for json.c
99
*
1010
* Compile with
11-
* gcc -o test_json -g test_json.c json.c -lm
11+
* gcc -o test_json -I.. test_json.c ../json.c -lm
1212
*
1313
* USAGE: ./test_json <json_file>
1414
*/

0 commit comments

Comments
 (0)