aboutsummaryrefslogtreecommitdiff
path: root/flx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/flx/Makefile b/flx/Makefile
index 0da663e..0a92cdc 100644
--- a/flx/Makefile
+++ b/flx/Makefile
@@ -26,15 +26,17 @@
NAME=flx
-VERSION=0.6.7
+VERSION=0.6.8
SRC=main.c arg.c utils.c md5.c flx.c fct1.c check.c sign.c \
input.c input_fs.c input_file.c \
output.c output_file.c
OBJ=$(SRC:.c=.o)
-COPTS="-O2"
+COPTS=-O2
CFLAGS= -Wall $(COPTS) -DMEM_OPTIM -DPROGRAM_NAME=\"$(NAME)\" -DPROGRAM_VERSION=\"$(VERSION)\"
LDFLAGS=-L.
+all: $(NAME)
+
$(NAME): $(OBJ)
$(CC) -o $(NAME) $(OBJ) $(LDFLAGS)
# strip -R .note -R .comment signfs