Commit f1b8bc591bbf0b015fa10d838fd792f6fb322343

Xiangfu 2012-05-08T10:14:47

add compile command to api-example.c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/api-example.c b/api-example.c
index ea5d645..13b8f2d 100755
--- a/api-example.c
+++ b/api-example.c
@@ -7,6 +7,10 @@
  * any later version.  See COPYING for more details.
  */
 
+/* Compile:
+ *   gcc api-example.c -I compat/jansson -o cgminer-api
+ */
+
 #include "config.h"
 
 #include <stdio.h>