Start some sanity refactoring.

This commit is contained in:
Ian Gulliver
2015-06-03 20:15:31 -07:00
parent 872426aa78
commit f5cff306de
2 changed files with 51 additions and 26 deletions

2
clients/c/Makefile Normal file
View File

@@ -0,0 +1,2 @@
test: test.c
gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -lcurl -ljansson