diff --git a/Makefile b/Makefile index 2289897..4724858 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ QDL := qdl RAMDUMP := qdl-ramdump -CFLAGS := -O2 -Wall -g `pkg-config --cflags libxml-2.0 libusb-1.0` -LDFLAGS := `pkg-config --libs libxml-2.0 libusb-1.0` +CFLAGS += -O2 -Wall -g `pkg-config --cflags libxml-2.0 libusb-1.0` +LDFLAGS += `pkg-config --libs libxml-2.0 libusb-1.0` prefix := /usr/local QDL_SRCS := firehose.c qdl.c sahara.c util.c patch.c program.c ufs.c usb.c