From: TJ Date: Sat, 9 Apr 2016 09:23:31 +0000 (+0100) Subject: Makefile: set name and compilation options X-Git-Tag: v1.00~5 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=firmware_extractor.git;a=commitdiff_plain;h=aa488e1cfea5cda20c749d124ab1d6d6bfa6a7ec Makefile: set name and compilation options --- 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