From 0d590921d8784653c5c5fd6863935da5a7d4c618 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 21 Oct 2017 17:26:14 +0200 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e52078..5f3fa9d 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ $(OBJ): $(HDR) $(CC) -fPIC -c -o $@ $< $(CFLAGS) $(CPPFLAGS) libkeccak.$(LIBEXT): $(OBJ) - $(CC) $(LIBFLAGS) $@ $^ $(LDFLAGS) + $(CC) $(LIBFLAGS) -o $@ $^ $(LDFLAGS) libkeccak.a: $(OBJ) $(AR) rc $@ $? -- cgit v1.2.3-70-g09d2