From 37e456be5cce38ba957a330f9a61d0e51248621c Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 9 Jul 2012 10:38:19 -0400 Subject: [PATCH] Improve makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07a9cbe..1e3a020 100644 --- a/Makefile +++ b/Makefile @@ -27,11 +27,11 @@ TARGET = shim.efi OBJS = shim.o shim.so SOURCES = shim.c shim.h signature.h PeImage.h cert.h -all: Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a $(TARGET) +all: $(TARGET) shim.o: $(SOURCES) -shim.so: $(OBJS) +shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a $(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS) Cryptlib/libcryptlib.a: -- 2.39.2