Browse Source

add compile command to api-example.c

Xiangfu 13 years ago
parent
commit
f1b8bc591b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      api-example.c

+ 4 - 0
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>