Make sure to build the relocator if their files changes

This commit is contained in:
Maschell 2020-06-25 18:56:36 +02:00
parent c3e7fe0f51
commit d1581b392f
1 changed files with 1 additions and 0 deletions

View File

@ -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
#-------------------------------------------------------------------------------