qlic

Zoho Cliq but not really
git clone git@getsh.org:qlic.git
Log | Files | Refs | LICENSE

Makefile (266B)


      1 qlic: qlic.c qlic_response_handler.* qlic_common.* cliq_apis.* qlic_oauth.h
      2 	$(CC) qlic.c qlic_response_handler.c qlic_common.c cliq_apis.c -o qlic -I. -I${HOME}/sysroot/include -L${HOME}/sysroot/lib -lnxjson -loauth -lcurl -g
      3 
      4 test: qlic
      5 	./qlic -r
      6 clean:
      7 	rm qlic