From aa488e1cfea5cda20c749d124ab1d6d6bfa6a7ec Mon Sep 17 00:00:00 2001 From: TJ Date: Sat, 9 Apr 2016 10:23:31 +0100 Subject: [PATCH] Makefile: set name and compilation options --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.17.1