Browse Source

add compile command to api-example.c

nfactor-troky
Xiangfu 13 years ago
parent
commit
f1b8bc591b
  1. 4
      api-example.c

4
api-example.c

@ -7,6 +7,10 @@
* any later version. See COPYING for more details. * any later version. See COPYING for more details.
*/ */
/* Compile:
* gcc api-example.c -I compat/jansson -o cgminer-api
*/
#include "config.h" #include "config.h"
#include <stdio.h> #include <stdio.h>

Loading…
Cancel
Save