3 lines
92 B
Makefile
3 lines
92 B
Makefile
test: test.c
|
|
gcc -g -I/usr/local/include -L/usr/local/lib -o test test.c -lcurl -ljansson
|