X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=firmware_extractor.git;a=blobdiff_plain;f=Makefile;h=718995f13ce98adcbce474557a30fb085a08a939;hp=4431e86e51f5061a167877f01dcbbc0ab297e7bc;hb=aa488e1cfea5cda20c749d124ab1d6d6bfa6a7ec;hpb=dd1a59ec6de86541abc84c5a2e2bb7995788cfa0 diff --git a/Makefile b/Makefile index 4431e86..718995f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PROG = fwlzw -OBJS = lzw_decode.o lzw_encode.o heap_reap.o firmware_lzw.o -CFLAGS = -std=c11 -g +PROG = fwex +OBJS = firmware_extractor.o lzw_decode.o heap_reap.o +CFLAGS = -Wall -std=c11 -g -DPROGRAM_NAME=\"$(PROG)\" -DCOMPRESSED_CONFIG_FILE export PROG