From d1581b392ffa0f91f2ad25aa50981cf5d2f605c2 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Jun 2020 18:56:36 +0200 Subject: [PATCH] Make sure to build the relocator if their files changes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6102869..99f39a3 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ all: $(BUILD) $(BUILD): @[ -d $@ ] || mkdir -p $@ + @$(MAKE) --no-print-directory -C relocator @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile #-------------------------------------------------------------------------------