CC=gcc CFLAGS=$(shell curl-config --cflags) -gdwarf-2 -g3 LIBS=$(shell curl-config --libs) cp-client: cp-client.c $(CC) -o $@ $(CFLAGS) $< $(LIBS)