default: fastback fastback: fastback.o g++ -g -o $@ $$(curl-config --libs) $< fastback.o: fastback.cpp g++ -g -c -o $$(curl-config --cflags) $@ $<