1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 03:24:26 +00:00

add compile command to api-example.c

This commit is contained in:
Xiangfu 2012-05-08 10:14:47 +08:00
parent ad767371b7
commit f1b8bc591b

View File

@ -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>